Test Suites
83 passed, 165 total
Tests
8912 passed, 9264 total
Snapshots
1503 passed, 1855 total
{
"additionalResultsProcessors": [],
"resultDir": "./jest-stare/",
"resultHtml": "index.html",
"resultJson": "jest-results.json"
}
{
"numFailedTestSuites": 82,
"numFailedTests": 352,
"numPassedTestSuites": 83,
"numPassedTests": 8912,
"numPendingTestSuites": 0,
"numPendingTests": 0,
"numRuntimeErrorTestSuites": 0,
"numTodoTests": 0,
"numTotalTestSuites": 165,
"numTotalTests": 9264,
"openHandles": [],
"snapshot": {
"added": 0,
"didUpdate": false,
"failure": true,
"filesAdded": 0,
"filesRemoved": 0,
"filesRemovedList": [],
"filesUnmatched": 82,
"filesUpdated": 0,
"matched": 1503,
"total": 1855,
"unchecked": 6,
"uncheckedKeysByFile": [
{
"filePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-literals/jsfmt.spec.js",
"keys": [
"css-prop.js format 1",
"styled-components-with-expressions.js format 1",
"styled-jsx.js format 1",
"styled-jsx-with-expressions.js format 1"
]
},
{
"filePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template/jsfmt.spec.js",
"keys": [
"graphql.js format 1"
]
},
{
"filePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/last-argument-expansion/jsfmt.spec.js",
"keys": [
"embed.js format 1"
]
}
],
"unmatched": 352,
"updated": 0
},
"startTime": 1700051062026,
"success": false,
"testResults": [
{
"failureMessage": "valid-await-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n await using \\u0061b = c;\n }\n \n =====================================output=====================================\n async function f() {\n - await using ab = c;\n + await using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-await-using-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-comments.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -19,18 +19,17 @@\n }\n \n =====================================output=====================================\n async function f() {\n {\n - /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f(); /*5*/\n + /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f() /*5*/;\n }\n {\n /*0*/ for (\n /*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ =\n /*6*/ x /*7*/ /*8*/ /*9*/ /*10*/;\n ;\n -\n );\n }\n {\n /*0*/ for (/*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ of /*6*/ x /*7*/ /*8*/);\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-module-block-top-level-await-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-await-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n const m = module {\n await using foo = bar();\n }\n \n =====================================output=====================================\n - const m = module {\n + const m = module;\n + {\n await using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-module-block-top-level-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n module {\n using foo = bar();\n }\n \n =====================================output=====================================\n - module {\n + module;\n + {\n using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,9 +5,9 @@\n =====================================input======================================\n { using \\u0061b = c; }\n \n =====================================output=====================================\n {\n - using ab = c;\n + using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 5,
"numPassingTests": 265,
"numPendingTests": 0,
"perfStats": {
"start": 1013.8802390000201,
"end": 12577.11436800001,
"runtime": 11563,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 101,
"unchecked": 0,
"unmatched": 5,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/explicit-resource-management/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 3.2977659999742173,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 72.37464799999725,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 310.96787100000074,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 17.547169999976177,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 2.992182000016328,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 10.956897999974899,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 56.99586600001203,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 57.194347999989986,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 54.78487899998436,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 0.6313669999944977,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 5.115000999998301,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 4.244976000045426,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 1.8460290000075474,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 1.2914459999883547,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 1.4957409999915399,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 53.99709399999119,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 56.76047000003746,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 55.3907060000347,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 0.5654730000533164,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 2.0910100000328384,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 53.88702000002377,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 1.4241159999510273,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 1.0665840000147,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 0.9071039999835193,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 52.52984600001946,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 52.96720000001369,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 52.805796000000555,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 0.4521790000144392,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 6.679039999959059,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 2.767079000012018,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 1.1069300000090152,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 1.0180929999914952,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 0.9735090000322089,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 55.37482299999101,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 55.93422100000316,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 54.622458999976516,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 0.4546540000010282,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 55.62334599997848,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 67.1155790000339,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 56.27794300002279,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 53.30343600001652,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 53.50199300004169,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 53.85512900003232,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 53.65699799999129,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 53.24604300002102,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 0.5363880000077188,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 54.124520000012126,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 54.26697699999204,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 53.28283400001237,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 54.59561899997061,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 54.49931400001515,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 56.42927399999462,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 55.36604300001636,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 56.069919000030495,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 0.4700630000443198,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 57.665188000013586,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 57.508342000015546,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 58.554967000032775,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 56.154699000006076,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 55.71978899999522,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 54.89506700000493,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 55.71616599999834,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 54.995943999965675,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 0.4269930000300519,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 54.513770000019576,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 55.38890800002264,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 54.32809399999678,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 53.528664999990724,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 53.32258700003149,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 54.09544599999208,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 54.1786279999651,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 53.952899000025354,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 0.4916840000078082,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 2.4441830000141636,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 54.81541500001913,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 1.4026749999611638,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 0.937300999998115,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 0.8249499999801628,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 53.68344300001627,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 54.237981000042055,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 53.70390999998199,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 2.8834379999898374,
"failureMessages": [
"valid-await-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n await using \\u0061b = c;\n }\n \n =====================================output=====================================\n async function f() {\n - await using ab = c;\n + await using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 3.4301650000270456,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 58.91520099999616,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 1.6004079999984242,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 0.9335640000062995,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 1.0591000000131316,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 53.47037699999055,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 55.60081800003536,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 53.90166099998169,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 0.4532009999966249,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 4.058666000026278,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 56.04494200000772,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 1.9904400000232272,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 0.9626689999713562,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 0.8368929999996908,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 54.80893600004492,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 53.99416400003247,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 54.101448000001255,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 0.5826039999956265,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 2.5627950000343844,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 54.271117999975104,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 1.402025000017602,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 0.8772580000222661,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 0.8263320000260137,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 56.391101000015624,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 54.00942999997642,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 54.06020099995658,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 1.1351119999890216,
"failureMessages": [
"valid-await-using-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-comments.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -19,18 +19,17 @@\n }\n \n =====================================output=====================================\n async function f() {\n {\n - /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f(); /*5*/\n + /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f() /*5*/;\n }\n {\n /*0*/ for (\n /*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ =\n /*6*/ x /*7*/ /*8*/ /*9*/ /*10*/;\n ;\n -\n );\n }\n {\n /*0*/ for (/*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ of /*6*/ x /*7*/ /*8*/);\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 4.847427000000607,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 2.00825299997814,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 1.0054990000207908,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 1.0410259999916889,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 0.8342069999780506,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 60.058132000034675,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 56.297148999990895,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 56.251078000001144,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 0.43303300003753975,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 53.8752669999958,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 54.5649240000057,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 55.0651240000152,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 55.3848950000247,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 55.407819999963976,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 55.1900790000218,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 54.615338999952655,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 52.96213200001512,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 0.4098099999828264,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 56.730803000042215,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 56.37641299999086,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 55.5278180000023,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 56.32923500001198,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 54.988246999972034,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 54.14977000001818,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 53.73782999999821,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 53.99488399998518,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 0.4563370000105351,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 2.9628560000564903,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 2.6639650000142865,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 1.114192999957595,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 0.8940699999802746,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 0.7401810000301339,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 54.932042000000365,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 55.10278900002595,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 55.03449399996316,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 0.41233500000089407,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 2.352108999970369,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 1.536125999991782,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 1.1471749999909662,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 0.9483509999699891,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 0.7581740000168793,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 54.3071180000552,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 54.7644539999892,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 54.74676200002432,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 0.8283259999589063,
"failureMessages": [
"valid-module-block-top-level-await-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-await-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n const m = module {\n await using foo = bar();\n }\n \n =====================================output=====================================\n - const m = module {\n + const m = module;\n + {\n await using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 2.5477459999965504,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 1.6737140000332147,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 1.037568999978248,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 0.7869480000226758,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 0.9356479999842122,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 53.9390269999858,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 54.94625200005248,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 54.33087700000033,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 0.926640999969095,
"failureMessages": [
"valid-module-block-top-level-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n module {\n using foo = bar();\n }\n \n =====================================output=====================================\n - module {\n + module;\n + {\n using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 2.601537000038661,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 1.3772570000146516,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 0.9363390000071377,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 0.7165159999858588,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 0.6731840000138618,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 54.07379900000524,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 54.90440200001467,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 55.31299200002104,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 0.45672799996100366,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 61.53557599999476,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 56.66324199998053,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 56.21287799999118,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 55.42885299999034,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 54.788538999971934,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 55.51949599996442,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 59.89871000003768,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 56.77146700001322,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 0.5447230000281706,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 70.24735199997667,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 56.16342799999984,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 53.58026900002733,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 54.579037000017706,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 54.56471499998588,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 54.67529899999499,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 54.04942799999844,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 54.17232199996943,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 0.4196679999586195,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 2.002202000003308,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 54.379667999979574,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 54.999851000029594,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 54.2408010000363,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 54.33501999999862,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 54.254683000035584,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 53.405847000016365,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 54.24393399996916,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 0.4374509999761358,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 56.14040900004329,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 56.12094300001627,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 54.0467789999675,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 53.77071899996372,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 53.717224000021815,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 55.0234669999918,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 55.586447999987286,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 54.714941999991424,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 0.4334040000103414,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 54.3664090000093,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 55.46945500001311,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 57.20403299998725,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 55.16702599998098,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 53.57363299996359,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 53.38672199996654,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 54.17421699996339,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 53.10384100000374,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 0.4089689999818802,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 56.19443700002739,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 55.156085999973584,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 54.28814999997849,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 54.443165999953635,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 54.40476300002774,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 54.481557000020985,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 56.3504800000228,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 56.04219499998726,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 0.4309600000269711,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 55.01477199996589,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 55.845060000021476,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 55.1704519999912,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 54.12410900002578,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 54.53928700002143,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 54.09374599996954,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 54.90191200003028,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 54.81565199996112,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 0.4333340000011958,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 2.1746759999659844,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 55.2610369999893,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 1.2112049999996088,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 0.7620019999449141,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 0.7169770000036806,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 53.19857999996748,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 56.26997299998766,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 54.4621899999911,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 0.7732429999741726,
"failureMessages": [
"valid-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,9 +5,9 @@\n =====================================input======================================\n { using \\u0061b = c; }\n \n =====================================output=====================================\n {\n - using ab = c;\n + using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 1.5762610000092536,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 54.18722099997103,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 1.3211819999851286,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 0.7715990000288002,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 0.8305800000089221,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 54.32745400001295,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 55.447222999995574,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 54.55896599998232,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 0.4277930000098422,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 1.6331179999979213,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 55.27822500001639,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 1.3623699999880046,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 0.8403880000114441,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 0.7374459999846295,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 55.38326599996071,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 54.55848100001458,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 56.02074499998707,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 0.4215620000031777,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 2.1307730000116862,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 54.47309799998766,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 1.2323850000393577,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 0.7503990000113845,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 0.6938339999760501,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 54.68481599999359,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 54.24430999998003,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 55.04023899999447,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -4,10 +4,9 @@\n | printWidth\n =====================================input======================================\n async do { await requestAPI().json() };\n \n =====================================output=====================================\n - (async do {\n - await requestAPI().json();\n - });\n + async;\n + do { await requestAPI().json() };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndecimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `decimal.js format 1`\n \n - Snapshot - 16\n + Received + 29\n \n @@ -31,30 +31,43 @@\n \n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/11640\n \n - 100m;\n - 9223372036854775807m;\n - 0m;\n - 3.1415926535897932m;\n - 100.0m;\n - 0.1m;\n - ({ 0m: 0, 0.1m() {}, get 0.2m() {}, set 3m(_) {}, async 4m() {}, *0.5m() {} });\n - 1m;\n - 100m;\n - 9223372036854775807m;\n - 100m;\n + 100m\n + 9223372036854775807m\n + 0.m\n + 3.1415926535897932m\n + 100.000m\n + .1m\n + ({ 0m: 0, .1m() {}, get\n + 0.2m()\n + {\n + }\n + , set 3m(_)\n + {\n + }\n + , async 4m()\n + {\n + }\n + , *.5m()\n + {\n + }\n + })\n + 1.m\n + 100m\n + 9223372036854775807m\n + 100.m\n \n // Invalid decimal\n - 2e9m;\n - 016432m;\n - 089m;\n + 2e9m\n + 016432m\n + 089m\n \n // https://github.com/tc39/proposal-decimal\n - 0.1m + 0.2m === 0.3m;\n - 2.0m;\n + .1m + .2m === .3m\n + 2.00m\n -0m;\n typeof 1m === \"bigdecimal\";\n typeof 1m === \"decimal128\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndeferred-import-evaluation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `deferred-import-evaluation.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndo-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do-expressions.js format 1`\n \n - Snapshot - 4\n + Received + 5\n \n @@ -16,15 +16,16 @@\n let a = x > 10 ? 'big' : 'small';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-do-expressions\n \n - let a = do {\n - if (x > 10) {\n - (\"big\");\n + let a =\n + do {\n + if(x > 10) {\n + 'big';\n } else {\n - (\"small\");\n + 'small';\n }\n };\n // is equivalent to:\n let a = x > 10 ? \"big\" : \"small\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport-default-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export-default-from.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -9,8 +9,11 @@\n export v from 'mod';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-export-default-from\n \n - export v from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-bind.js format 1`\n \n - Snapshot - 8\n + Received + 10\n \n @@ -22,21 +22,23 @@\n obj.func.call(obj, val)\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-function-bind\n \n - obj::func;\n + obj:\n + :func\n // is equivalent to:\n - func.bind(obj)::obj.func;\n + func.bind(obj)\n +\n + ::obj.func\n // is equivalent to:\n - obj.func.bind(obj);\n + obj.func.bind(obj)\n \n - obj::func(val);\n + obj::func(val)\n // is equivalent to:\n - func\n - .call(obj, val)\n + func.call(obj, val)\n \n - ::obj.func(val);\n + ::obj.func(val)\n // is equivalent to:\n - obj.func.call(obj, val);\n + obj.func.call(obj, val)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -7,11 +7,12 @@\n export let m = 2;\n export let n = 3;\n };\n \n =====================================output=====================================\n - let m = module {\n + let m = module;\n + {\n export let m = 2;\n export let n = 3;\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npartial-application.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `partial-application.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -36,11 +36,13 @@\n addOne(2); // 3\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n f(x, ?); // partial application from left\n f(?, x); // partial application from right\n f(?, x, ?); // partial application for any arg\n o.f(x, ?); // partial application from left\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-fsharp.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-fsharp.js format 1`\n \n - Snapshot - 8\n + Received + 15\n \n @@ -42,29 +42,36 @@\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/valtech-nyc/proposal-fsharp-pipelines\n \n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n const result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n const person = { score: 25 };\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n newScore; //=> 57\n \n // As opposed to:\n let newScore = boundScore(0, 100, add(7, double(person.score)));\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-hack.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-hack.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -14,10 +14,12 @@\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/js-choi/proposal-hack-pipes\n \n - return list |> take(prefix.length, %) |> equals(%, prefix);\n + return list\n + |> take(prefix.length, %)\n + |> equals(%, prefix);\n \n // (The % token isn't final; it might instead be @ or ? or #.)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-minimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-minimal.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -21,10 +21,13 @@\n // https://github.com/tc39/proposal-pipeline-operator/\n \n let result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord-tuple-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -10,14 +10,18 @@\n };\n \n const record2 = #{...record1, b: 5};\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord-tuple-tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-tuple.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n const tuple1 = #[1, 2, 3];\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsource-phase-imports.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `source-phase-imports.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import source fooSource from \"foo\";\n import.source(\"x\");\n \n =====================================output=====================================\n - import source fooSource from \"foo\";\n + import source\n + fooSource;\n + from;\n + (\"foo\");\n import.source(\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nthrow-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw-expressions.js format 1`\n \n - Snapshot - 2\n + Received + 5\n \n @@ -10,10 +10,13 @@\n }\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-throw-expressions\n \n - function test(param = throw new Error(\"required!\")) {\n - const test = param === true || throw new Error(\"Falsy!\");\n + function test(param = throw new Error('required!')\n + )\n + {\n + const test = param === true ||\n + throw new Error(\"Falsy!\");\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nv8intrinsic.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `v8intrinsic.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -30,11 +30,11 @@\n foo%bar()\n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/10148\n \n - %DebugPrint(foo);\n + %DebugPrint(foo)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-bind-expression/options.json\n // ::%DebugPrint(null)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-member-expression/options.json\n @@ -48,11 +48,12 @@\n // %DebugPrint?.(null)\n \n new %DebugPrint(null);\n \n function* foo() {\n - yield %StringParseInt(\"42\", 10);\n + yield;\n + %StringParseInt(\"42\", 10)\n }\n \n foo % bar();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 17,
"numPassingTests": 318,
"numPendingTests": 0,
"perfStats": {
"start": 12609.185135000036,
"end": 26807.971155000036,
"runtime": 14199,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 127,
"unchecked": 0,
"unmatched": 17,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/babel-plugins/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 0.6675040000118315,
"failureMessages": [
"async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -4,10 +4,9 @@\n | printWidth\n =====================================input======================================\n async do { await requestAPI().json() };\n \n =====================================output=====================================\n - (async do {\n - await requestAPI().json();\n - });\n + async;\n + do { await requestAPI().json() };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 53.46921100001782,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 54.83491400000639,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 1.2124070000136271,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 0.7537259999662638,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 0.668926999962423,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 54.79005300003337,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 0.5851499999989755,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 55.26330200000666,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 54.50522699998692,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 55.5117559999926,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 54.94116099999519,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 54.21233900001971,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 54.988637000031304,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 0.4533110000193119,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 63.47328000003472,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 63.47930700000143,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 68.58159900002647,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 63.800660000008065,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 63.24500499997521,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 65.24302200000966,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 0.4323619999922812,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 57.760038000007626,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 59.69486599997617,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 58.19875799998408,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 57.2813460000325,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 57.20097499998519,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 58.19286599999759,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 0.40193499997258186,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 57.932357000012416,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 55.424219999986235,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 55.95054200000595,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 56.40372100000968,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 56.16219100001035,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 56.42007699998794,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 1.1505810000235215,
"failureMessages": [
"decimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `decimal.js format 1`\n \n - Snapshot - 16\n + Received + 29\n \n @@ -31,30 +31,43 @@\n \n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/11640\n \n - 100m;\n - 9223372036854775807m;\n - 0m;\n - 3.1415926535897932m;\n - 100.0m;\n - 0.1m;\n - ({ 0m: 0, 0.1m() {}, get 0.2m() {}, set 3m(_) {}, async 4m() {}, *0.5m() {} });\n - 1m;\n - 100m;\n - 9223372036854775807m;\n - 100m;\n + 100m\n + 9223372036854775807m\n + 0.m\n + 3.1415926535897932m\n + 100.000m\n + .1m\n + ({ 0m: 0, .1m() {}, get\n + 0.2m()\n + {\n + }\n + , set 3m(_)\n + {\n + }\n + , async 4m()\n + {\n + }\n + , *.5m()\n + {\n + }\n + })\n + 1.m\n + 100m\n + 9223372036854775807m\n + 100.m\n \n // Invalid decimal\n - 2e9m;\n - 016432m;\n - 089m;\n + 2e9m\n + 016432m\n + 089m\n \n // https://github.com/tc39/proposal-decimal\n - 0.1m + 0.2m === 0.3m;\n - 2.0m;\n + .1m + .2m === .3m\n + 2.00m\n -0m;\n typeof 1m === \"bigdecimal\";\n typeof 1m === \"decimal128\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 58.22876099997666,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 57.4882590000052,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 1.1082920000189915,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 0.7486259999568574,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 0.7196119999862276,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 59.53400899999542,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 0.48834800004260615,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 55.00454799999716,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 55.50441600003978,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 1.524963999981992,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 0.8941000000340864,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 55.510117000027094,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 0.44160000002011657,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 58.142596999998204,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 59.50859899999341,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 1.0929630000027828,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 0.7071989999967627,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 57.50570300000254,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 58.861852999951225,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 0.68012799997814,
"failureMessages": [
"deferred-import-evaluation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `deferred-import-evaluation.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 56.01273300003959,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 56.02077000000281,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 1.4505650000064634,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 0.7428659999859519,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 0.8871470000012778,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 57.03215600003023,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 0.5187640000367537,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 58.682092000031844,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 58.337570999981835,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 2.0346429999917746,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 1.392104999977164,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 1.5800080000190064,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 58.80318400001852,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 0.8610369999660179,
"failureMessages": [
"do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do-expressions.js format 1`\n \n - Snapshot - 4\n + Received + 5\n \n @@ -16,15 +16,16 @@\n let a = x > 10 ? 'big' : 'small';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-do-expressions\n \n - let a = do {\n - if (x > 10) {\n - (\"big\");\n + let a =\n + do {\n + if(x > 10) {\n + 'big';\n } else {\n - (\"small\");\n + 'small';\n }\n };\n // is equivalent to:\n let a = x > 10 ? \"big\" : \"small\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 55.41556600003969,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 57.00375199998962,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 1.4308290000190027,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 0.8259720000205562,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 0.7522740000276826,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 57.09677200001897,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.4405879999976605,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 57.32393299997784,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 58.518691000004765,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 57.79424800002016,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 59.303309999988414,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 58.65592300001299,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 60.89265200000955,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 0.4286159999901429,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 56.3561809999519,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 56.84137499995995,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 1.3595649999915622,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 0.8848729999735951,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 0.7697359999874607,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 57.74220100004459,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 0.7619919999851845,
"failureMessages": [
"export-default-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export-default-from.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -9,8 +9,11 @@\n export v from 'mod';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-export-default-from\n \n - export v from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 57.01268499996513,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 57.17788900004234,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 1.3856939999968745,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 0.8427830000291578,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 1.0130639999988489,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 58.65015900001163,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 0.43145999999251217,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 61.79965800000355,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 59.91693000000669,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 55.68562900001416,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 55.7463459999999,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 54.95134100003634,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 55.016471999988426,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 1.4156000000075437,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 55.91610200004652,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 56.176000000035856,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 1.359333999978844,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 0.8201410000328906,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 0.7370940000400878,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 0.857441000000108,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 0.9202090000035241,
"failureMessages": [
"function-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-bind.js format 1`\n \n - Snapshot - 8\n + Received + 10\n \n @@ -22,21 +22,23 @@\n obj.func.call(obj, val)\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-function-bind\n \n - obj::func;\n + obj:\n + :func\n // is equivalent to:\n - func.bind(obj)::obj.func;\n + func.bind(obj)\n +\n + ::obj.func\n // is equivalent to:\n - obj.func.bind(obj);\n + obj.func.bind(obj)\n \n - obj::func(val);\n + obj::func(val)\n // is equivalent to:\n - func\n - .call(obj, val)\n + func.call(obj, val)\n \n - ::obj.func(val);\n + ::obj.func(val)\n // is equivalent to:\n - obj.func.call(obj, val);\n + obj.func.call(obj, val)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 56.40060499997344,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 56.894150999956764,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 1.4943879999918863,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 0.9769759999471717,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 0.9166219999897294,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 60.48027399997227,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 0.44077899999683723,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 59.48286599997664,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 58.180521000002045,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 1.4820049999980256,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 1.0047079999931157,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 0.8289970000041649,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 57.56387900002301,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 0.42683200002647936,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 58.28303299995605,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 57.6871669999673,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 1.25901600002544,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 0.7911869999952614,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 0.7060870000277646,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 55.709184999985155,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 0.4297870000009425,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 54.72006100002909,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 55.53124600002775,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 1.2276159999892116,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 0.7392989999498241,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 0.7030509999603964,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 54.02363200002583,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 0.4268620000220835,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 57.77408599999035,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 56.5831509999698,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 1.2684829999925569,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 0.7980789999710396,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 0.6878930000239052,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 56.10625000001164,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 0.43759200000204146,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 54.64080200000899,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 56.17166300001554,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 1.1799170000012964,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 0.7476249999599531,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 0.694614999985788,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 56.57998000003863,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 0.49976899998728186,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 59.143811999994796,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 58.82674799999222,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 59.5203539999784,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 59.50275900005363,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 60.44037299999036,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 60.35436200001277,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.6558630000217818,
"failureMessages": [
"import-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 56.526899000047706,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 57.90297900000587,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 1.2164650000049733,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.7961260000010952,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.6978409999865107,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 58.99161600001389,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.4669679999933578,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 58.822594000026584,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 58.065162000013515,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.07878300000448,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 58.542422999977134,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.02391699998407,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 57.72821199998725,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 0.4405479999841191,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 56.861962000024505,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 56.094116000051145,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 55.78448099998059,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 55.981856999977026,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 57.4408280000207,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 58.052750000031665,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 0.7343899999978021,
"failureMessages": [
"module-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -7,11 +7,12 @@\n export let m = 2;\n export let n = 3;\n };\n \n =====================================output=====================================\n - let m = module {\n + let m = module;\n + {\n export let m = 2;\n export let n = 3;\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 59.06263800000306,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 58.598669999977574,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 1.2440269999788143,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 0.8207720000064,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 0.734139000007417,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 56.88136499997927,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 0.42909599997801706,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 56.64977600000566,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 55.30482799996389,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 56.16460200003348,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 55.64733800000977,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 1.510978999955114,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 56.247264999954496,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 0.4110420000506565,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 56.089103999955114,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 55.86384799994994,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 56.1339469999657,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 56.18294399994193,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 56.59342700004345,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 57.600299999990966,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 0.44715000002179295,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 60.29639699996915,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 61.41970799997216,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 59.938816000008956,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 61.213040000002366,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 59.5076719999779,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 61.76166800002102,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 0.46371099998941645,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 58.121941999997944,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 59.116786999977194,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 58.7429879999836,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 57.37018500000704,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 57.260693999996874,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 58.361664000025485,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 0.5186049999902025,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 57.03929300000891,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 57.137713000003714,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 63.09449600003427,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 58.366228999977466,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 66.52061000000685,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 64.37479899998289,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 0.439886000007391,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 56.89516700000968,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 56.611390999983996,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 1.2358320000348613,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 0.8110040000174195,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 0.7119470000034198,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 68.91840000002412,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 0.4954509999952279,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 61.29653699998744,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 61.3232330000028,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 61.13580099999672,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 60.42691099998774,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 61.45126000000164,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 61.27605600003153,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 0.7526640000287443,
"failureMessages": [
"partial-application.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `partial-application.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -36,11 +36,13 @@\n addOne(2); // 3\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n f(x, ?); // partial application from left\n f(?, x); // partial application from right\n f(?, x, ?); // partial application for any arg\n o.f(x, ?); // partial application from left\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 62.27707499999087,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 60.88238500000443,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 1.6332689999835566,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 1.2338070000405423,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 0.905490999983158,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 59.610527999990154,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 0.7539460000116378,
"failureMessages": [
"pipeline-operator-fsharp.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-fsharp.js format 1`\n \n - Snapshot - 8\n + Received + 15\n \n @@ -42,29 +42,36 @@\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/valtech-nyc/proposal-fsharp-pipelines\n \n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n const result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n const person = { score: 25 };\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n newScore; //=> 57\n \n // As opposed to:\n let newScore = boundScore(0, 100, add(7, double(person.score)));\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 61.43438099999912,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 61.501272000023164,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 1.4081150000565685,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 0.8043509999988601,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 0.7778619999880902,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 61.91424500005087,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 0.63155699998606,
"failureMessages": [
"pipeline-operator-hack.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-hack.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -14,10 +14,12 @@\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/js-choi/proposal-hack-pipes\n \n - return list |> take(prefix.length, %) |> equals(%, prefix);\n + return list\n + |> take(prefix.length, %)\n + |> equals(%, prefix);\n \n // (The % token isn't final; it might instead be @ or ? or #.)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 57.28582099999767,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 56.10326200001873,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 1.3571600000141189,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 0.8257519999751821,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 0.7731320000020787,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 57.83920300001046,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 0.7909959999960847,
"failureMessages": [
"pipeline-operator-minimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-minimal.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -21,10 +21,13 @@\n // https://github.com/tc39/proposal-pipeline-operator/\n \n let result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 58.63513300003251,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 58.02253000001656,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 1.4288039999664761,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 1.0474479999975301,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 1.228988999966532,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 59.121188000019174,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 0.5439609999884851,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 61.292315000027884,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 60.508669000002556,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 61.18287199997576,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 61.07749099994544,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 63.120695999998134,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 72.54285299999174,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 0.4498949999688193,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 61.25936399999773,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 61.26442899997346,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 59.38952299999073,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 58.85197600000538,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 60.38659499998903,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 59.396692000038456,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 0.9016629999969155,
"failureMessages": [
"record-tuple-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -10,14 +10,18 @@\n };\n \n const record2 = #{...record1, b: 5};\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 57.82818499999121,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 58.867792000004556,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 1.198300999996718,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 0.8074269999633543,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 0.7218869999633171,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 57.219512000039686,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 0.7302919999929145,
"failureMessages": [
"record-tuple-tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-tuple.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n const tuple1 = #[1, 2, 3];\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 56.82293900003424,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 59.91108799999347,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 1.1710800000000745,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 0.7274360000155866,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 0.9643619999988005,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 58.685639999981504,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 0.48771600000327453,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 56.50716199999442,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 57.164594000030775,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 56.497012999956496,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 55.55019100004574,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 1.21910999994725,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 56.453283999988344,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 0.4419399999896996,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 58.45026999997208,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 56.97130199999083,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 1.6876500000362284,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 0.8008840000256896,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 0.814890000037849,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 56.8914179999847,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 0.6941939999815077,
"failureMessages": [
"source-phase-imports.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `source-phase-imports.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import source fooSource from \"foo\";\n import.source(\"x\");\n \n =====================================output=====================================\n - import source fooSource from \"foo\";\n + import source\n + fooSource;\n + from;\n + (\"foo\");\n import.source(\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 56.885599999979604,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 57.455102999985684,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 1.1734149999683723,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 0.7251220000325702,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 0.7232090000179596,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 58.923414000018965,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 0.66232400003355,
"failureMessages": [
"throw-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw-expressions.js format 1`\n \n - Snapshot - 2\n + Received + 5\n \n @@ -10,10 +10,13 @@\n }\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-throw-expressions\n \n - function test(param = throw new Error(\"required!\")) {\n - const test = param === true || throw new Error(\"Falsy!\");\n + function test(param = throw new Error('required!')\n + )\n + {\n + const test = param === true ||\n + throw new Error(\"Falsy!\");\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 58.64269200002309,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 58.17800400004489,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 1.2624610000057146,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 0.8613480000058189,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 0.7838219999684952,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 60.498033999989275,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 1.4832160000223666,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 59.42862400005106,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 59.189469999982975,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 1.1062379999784753,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 0.7367139999987558,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 0.7463830000488088,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 0.9950599999865517,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 0.7259139999514446,
"failureMessages": [
"v8intrinsic.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `v8intrinsic.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -30,11 +30,11 @@\n foo%bar()\n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/10148\n \n - %DebugPrint(foo);\n + %DebugPrint(foo)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-bind-expression/options.json\n // ::%DebugPrint(null)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-member-expression/options.json\n @@ -48,11 +48,12 @@\n // %DebugPrint?.(null)\n \n new %DebugPrint(null);\n \n function* foo() {\n - yield %StringParseInt(\"42\", 10);\n + yield;\n + %StringParseInt(\"42\", 10)\n }\n \n foo % bar();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 60.898574999999255,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 63.39480000000913,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 1.1756990000139922,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 0.7324660000158474,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 0.7164370000245981,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 59.087059000041336,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "range-0.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-0.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted<|>(2, 3);\n + thisWillBeFormatted(2, 3);<|>\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-2.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-3.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted <|> ( 1 ,3)\n + thisWontBeFormatted(<|>1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-4.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-4.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 9<|>0 ,)\n | ^^^^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 9<|>0 ,)\n - \n + thisWontBeFormatted(2, 90);\n + <|>\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-8.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-8.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 |\n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3)<|>;\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 90 ,)\n + this<|>WontBeFormatted(2, 90);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 6,
"numPassingTests": 251,
"numPendingTests": 0,
"perfStats": {
"start": 26854.958346,
"end": 41231.76223200001,
"runtime": 14377,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 22,
"unchecked": 0,
"unmatched": 6,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/cursor/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 0.4686799999908544,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 59.2226119999541,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 59.24741000001086,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 58.301529999997,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 58.92332900001202,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 58.28737400000682,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 59.97825300000841,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 59.0467860000208,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 58.51082500000484,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 0.46911200002068654,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 58.12340599996969,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 57.52109499997459,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 56.88991799997166,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 56.25769900000887,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 56.39083699998446,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 58.637489999993704,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 59.340084000024945,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 71.69562200002838,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 0.5617150000180118,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 60.65572099998826,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 58.48943600000348,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 56.93407499999739,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 57.862908000010066,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 56.48590500000864,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 55.82572000002256,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 57.138085999991745,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 56.81507400004193,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 0.5105590000166558,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 56.94365699996706,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 59.47996800002875,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 56.991849999991246,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 57.081210000033025,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 58.16593299998203,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 58.03651800000807,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 57.16194000001997,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 58.576147000014316,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 0.447961000027135,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 58.57200899999589,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 58.6333089999971,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 56.95424799999455,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 56.11838500003796,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 56.53510699997423,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 56.52482799999416,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 57.068983000004664,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 59.726642000023276,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 0.42479800002183765,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 56.589555000013206,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 57.24439299997175,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 57.37721500004409,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 56.97376299998723,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 57.820555999991484,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 57.230684000009205,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 56.62528200005181,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 57.66478999995161,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 0.4299270000192337,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 58.46526200004155,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 56.93404999998165,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 56.50028699997347,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 56.70929299999261,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 57.0672289999784,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 57.086913000035565,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 57.60992700001225,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 56.437601000012364,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 0.5008110000053421,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 60.213497999997344,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 57.11562200001208,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 57.20036900002742,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 56.42538999998942,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 56.90740399999777,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 57.238988999975845,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 57.540893999976106,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 56.44903100002557,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 0.4297080000396818,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 57.07076999999117,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 59.363535000011325,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 59.402931999997236,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 57.722964000015054,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 57.230142000014894,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 61.94088599999668,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 59.626220000034664,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 56.22369799995795,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 0.4282649999950081,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 55.57393399998546,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 56.903762999980245,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 62.575703000009526,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 56.20358099997975,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 55.94864900002722,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 56.05195500003174,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 55.86566999997012,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 56.09048099996289,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 0.43885400000726804,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 56.93340400001034,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 57.36444599996321,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 57.43724200001452,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 55.88804200000595,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 56.611923999967985,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 55.83242599997902,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 56.116701999970246,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 56.15206799999578,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 0.417905000038445,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 63.542058999999426,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 60.80153599998448,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 56.030566000030376,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 57.20919299998786,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 58.789799999969546,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 58.74933099996997,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 57.298752999980934,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 56.63947900000494,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 0.524896000046283,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 57.53886400000192,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 56.70260900002904,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 56.26097800000571,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 56.98518800002057,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 56.07664099999238,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 57.08180799998809,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 56.915477000002284,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 56.355738000012934,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 0.4365899999975227,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 57.01391400001012,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 56.49524200003361,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 54.68700400000671,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 55.882180999964476,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 55.86608700000215,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 55.93768899998395,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 55.70966200000839,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 56.831064000027254,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 0.45656700001563877,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 56.347369999974035,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 55.78435100003844,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 55.94460500002606,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 56.84386199997971,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 55.32297400000971,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 56.204062000033446,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 56.6900420000311,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 56.27470999996876,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 0.4361700000008568,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 55.96973200002685,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 56.013503000023775,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 56.066036999982316,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 55.980286000005435,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 55.69268000003649,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 56.00143599999137,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 58.62393100000918,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 57.43160200002603,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 0.45271099999081343,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 58.42473999998765,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 58.380784999986645,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 58.420584000006784,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 56.16922700003488,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 55.60262399999192,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 56.47877400001744,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 56.64983700000448,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 57.55787100002635,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 0.4300679999869317,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 56.05562200001441,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 56.42321300000185,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 55.933395999949425,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 55.844066000019666,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 55.88947500003269,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 55.36123199999565,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 56.74005500000203,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 56.95263300003717,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 0.429046000004746,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 82.1827639999683,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 55.7612519999966,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 54.225631000008434,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 54.38931700005196,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 53.82174499996472,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 54.65678299998399,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 55.356024000036996,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 55.896529000019655,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 2.1585950000444427,
"failureMessages": [
"range-0.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-0.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted<|>(2, 3);\n + thisWillBeFormatted(2, 3);<|>\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 56.47901200002525,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 56.31707499996992,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 54.76453400001628,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 54.50919700000668,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 54.85453100001905,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 55.262306999997236,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 55.31971400004113,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 55.463149999966845,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 0.932842000038363,
"failureMessages": [
"range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 56.31357699999353,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 56.7782480000169,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 55.707807999977376,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 55.796744999999646,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 57.089436000038404,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 56.908608000027016,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 56.03996299998835,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 54.648113000032026,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 0.9399160000029951,
"failureMessages": [
"range-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-2.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 59.05515299999388,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 57.10512700001709,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 54.81703999999445,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 55.48965399997542,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 55.72367499995744,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 55.19908199994825,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 55.79864200000884,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 56.469401000009384,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 0.9065139999729581,
"failureMessages": [
"range-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-3.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted <|> ( 1 ,3)\n + thisWontBeFormatted(<|>1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 55.52110100002028,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 56.00828800001182,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 55.517481000046246,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 54.861168000032194,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 54.449514999985695,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 56.15342699998291,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 58.28596800001105,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 59.084257999958936,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 0.8583419999922626,
"failureMessages": [
"range-4.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-4.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 9<|>0 ,)\n | ^^^^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 9<|>0 ,)\n - \n + thisWontBeFormatted(2, 90);\n + <|>\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 61.52181599999312,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 60.450468999973964,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 57.284833000041544,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 55.6269050000119,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 55.08818000002066,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 55.87121800001478,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 56.01329500001157,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 57.56693199998699,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 0.5538199999718927,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 55.715486000000965,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 55.34095000004163,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 54.200362999981735,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 54.4716480000061,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 54.63313199998811,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 54.18294099997729,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 54.322374999988824,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 54.90754600003129,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 0.641654999984894,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 54.616134999960195,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 54.74477500002831,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 55.63719099998707,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 53.97875700000441,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 53.372010999999475,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 54.931928999954835,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 54.256378999969456,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 54.22638799995184,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 0.5667949999915436,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 55.540549999976065,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 55.07890600000974,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 55.97038799995789,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 55.52316599996993,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 54.85653099999763,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 56.575843999977224,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 57.455486999999266,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 59.08450499997707,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 0.7843939999584109,
"failureMessages": [
"range-8.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-8.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 |\n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3)<|>;\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 90 ,)\n + this<|>WontBeFormatted(2, 90);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 57.23473600001307,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 57.49305900000036,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 55.58436099998653,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 58.90982599998824,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 56.15840200003004,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 56.07590799999889,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 56.687845000007655,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 67.68496899999445,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [],
"duration": 1.939274000003934,
"failureMessages": [],
"fullName": "translates cursor correctly in basic case",
"numPassingAsserts": 0,
"status": "passed",
"title": "translates cursor correctly in basic case"
},
{
"ancestorTitles": [],
"duration": 0.7750959999975748,
"failureMessages": [],
"fullName": "positions cursor relative to closest node, not SourceElement",
"numPassingAsserts": 0,
"status": "passed",
"title": "positions cursor relative to closest node, not SourceElement"
},
{
"ancestorTitles": [],
"duration": 0.7436870000092313,
"failureMessages": [],
"fullName": "keeps cursor inside formatted node",
"numPassingAsserts": 0,
"status": "passed",
"title": "keeps cursor inside formatted node"
},
{
"ancestorTitles": [],
"duration": 1.8468700000084937,
"failureMessages": [],
"fullName": "doesn't insert second placeholder for nonexistent TypeAnnotation",
"numPassingAsserts": 0,
"status": "passed",
"title": "doesn't insert second placeholder for nonexistent TypeAnnotation"
},
{
"ancestorTitles": [],
"duration": 1.051225000002887,
"failureMessages": [],
"fullName": "cursorOffset === rangeStart",
"numPassingAsserts": 0,
"status": "passed",
"title": "cursorOffset === rangeStart"
}
],
"numTodoTests": 0
},
{
"failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n /* 0 */import /* 1 */module /* 2 */from /* 3 */from /* 4 */\"./module.wasm\"/* 5 */;\n \n =====================================output=====================================\n - /* 0 */ import module /* 1 */ /* 2 */ from /* 3 */ from /* 4 */ \"./module.wasm\" /* 5 */;\n + /* 0 */ import /* 1 */module /* 2 */from /* 3 */\n + from; /* 4 */\n + (\"./module.wasm\") /* 5 */;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-default-import.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-default-import.mjs format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import module foo from \"./module.wasm\";\n import bar from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n import bar from \"./module.wasm\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-from-as-default-module-binding-escaped.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding-escaped.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module \\u0066rom from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module \\u0066rom\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-from-as-default-module-binding.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module from from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module from\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 5,
"numPassingTests": 58,
"numPendingTests": 0,
"perfStats": {
"start": 41270.03291000001,
"end": 43432.053075,
"runtime": 2162,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 27,
"unchecked": 0,
"unmatched": 5,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-reflection/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.6503920000395738,
"failureMessages": [
"comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n /* 0 */import /* 1 */module /* 2 */from /* 3 */from /* 4 */\"./module.wasm\"/* 5 */;\n \n =====================================output=====================================\n - /* 0 */ import module /* 1 */ /* 2 */ from /* 3 */ from /* 4 */ \"./module.wasm\" /* 5 */;\n + /* 0 */ import /* 1 */module /* 2 */from /* 3 */\n + from; /* 4 */\n + (\"./module.wasm\") /* 5 */;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.8773069999879226,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.362520000024233,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.8200610000058077,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.7899940000497736,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.740390999999363,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 55.38575399998808,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 55.33306699997047,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 55.64719399996102,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.6433490000199527,
"failureMessages": [
"import-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 1.6317859999835491,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 1.6355830000247806,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.7876800000085495,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.7412529999855906,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.7937709999969229,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 55.10390799999004,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 55.341207000019494,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 55.260444000014104,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 0.7193620000034571,
"failureMessages": [
"valid-default-import.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-default-import.mjs format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import module foo from \"./module.wasm\";\n import bar from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n import bar from \"./module.wasm\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 2.193651999987196,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 1.3554170000134036,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 0.7615200000000186,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 0.7119479999528266,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 0.6806390000274405,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 56.74626200000057,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 55.30024900002172,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 55.139039999980014,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 0.7361529999761842,
"failureMessages": [
"valid-from-as-default-module-binding-escaped.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding-escaped.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module \\u0066rom from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module \\u0066rom\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 1.733907999994699,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 1.1388100000331178,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 0.8058740000124089,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 0.6829530000104569,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 0.7044740000274032,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 56.413740000047255,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 59.698076999979094,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 57.240955999994185,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 0.6785249999957159,
"failureMessages": [
"valid-from-as-default-module-binding.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module from from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module from\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 1.7190299999783747,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 1.2486059999791905,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 0.7597769999993034,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 0.6789650000282563,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 0.7072289999923669,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 56.75088599999435,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 55.911381000012625,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 58.141808000043966,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 0.43009799998253584,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 55.98134200001368,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 55.850192000041716,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 54.220787000027485,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 54.85633300000336,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 54.49738100002287,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 55.12470200000098,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 55.29966499999864,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 54.6811549999984,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 0.4199089999892749,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 55.14764399995329,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 55.478298000001814,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 54.58527199999662,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 57.034706000005826,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 54.64019299997017,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 54.98904300003778,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 54.63677699997788,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 54.882623000012245,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "valid-parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-parenthesized.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n (a?.b) = c;\n \n =====================================output=====================================\n - a?.b = c;\n + (a?.b) = c;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 4)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 69,
"numPendingTests": 0,
"perfStats": {
"start": 43462.31780900003,
"end": 44056.50329000002,
"runtime": 594,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 63,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-chaining-assignment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"invalid-destructuring-arr.js"
],
"duration": 1.4408880000119098,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-destructuring-arr.js"
],
"duration": 0.8588039999594912,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-destructuring-arr.js"
],
"duration": 0.7284590000053868,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-destructuring-arr.js"
],
"duration": 0.8126859999611042,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-destructuring-arr.js"
],
"duration": 0.812787999981083,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-destructuring-obj.js"
],
"duration": 0.936790999956429,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-destructuring-obj.js"
],
"duration": 0.7827200000174344,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-destructuring-obj.js"
],
"duration": 0.7645570000167936,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-destructuring-obj.js"
],
"duration": 0.7083210000419058,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-destructuring-obj.js"
],
"duration": 0.8780089999781922,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-fn-param-arrow.js"
],
"duration": 0.9698719999869354,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-fn-param-arrow.js"
],
"duration": 0.787179000035394,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-fn-param-arrow.js"
],
"duration": 0.70975300000282,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-fn-param-arrow.js"
],
"duration": 0.6397419999702834,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-fn-param-arrow.js"
],
"duration": 0.7994419999886304,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-fn-param-assign.js"
],
"duration": 0.77220100001432,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-fn-param-assign.js"
],
"duration": 0.6816110000363551,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-fn-param-assign.js"
],
"duration": 0.6667930000112392,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-fn-param-assign.js"
],
"duration": 0.6322180000133812,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-fn-param-assign.js"
],
"duration": 0.6685159999760799,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-fn-param.js"
],
"duration": 0.6794869999866933,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-fn-param.js"
],
"duration": 0.6515639999997802,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-fn-param.js"
],
"duration": 0.6472659999853931,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-fn-param.js"
],
"duration": 0.620625999988988,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-fn-param.js"
],
"duration": 0.6602200000197627,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-for-await-of.js"
],
"duration": 0.7144119999720715,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-for-await-of.js"
],
"duration": 0.7148929999675602,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-for-await-of.js"
],
"duration": 0.6602100000018254,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-for-await-of.js"
],
"duration": 0.6225400000112131,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-for-await-of.js"
],
"duration": 0.7365040000295267,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-for-in.js"
],
"duration": 0.7044940000050701,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-for-in.js"
],
"duration": 0.64799700002186,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-for-in.js"
],
"duration": 0.7077699999790639,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-for-in.js"
],
"duration": 0.6148159999866039,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-for-in.js"
],
"duration": 0.7289500000188127,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-for-of.js"
],
"duration": 0.6729749999940395,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-for-of.js"
],
"duration": 0.648629000002984,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-for-of.js"
],
"duration": 0.6510429999907501,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-for-of.js"
],
"duration": 0.6864199999836273,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-for-of.js"
],
"duration": 0.7289589999709278,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-inc-postfix.js"
],
"duration": 0.6864599999971688,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-inc-postfix.js"
],
"duration": 0.6641880000242963,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-inc-postfix.js"
],
"duration": 0.6539689999772236,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-inc-postfix.js"
],
"duration": 0.6237419999670237,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-inc-postfix.js"
],
"duration": 0.7524130000383593,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-inc-prefix.js"
],
"duration": 0.681479999970179,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-inc-prefix.js"
],
"duration": 0.6494609999936074,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-inc-prefix.js"
],
"duration": 0.6516340000089258,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-inc-prefix.js"
],
"duration": 0.7160550000262447,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-inc-prefix.js"
],
"duration": 0.7393200000515208,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-complex-case.js"
],
"duration": 0.40054200001759455,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-complex-case.js"
],
"duration": 1.1150749999796972,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-complex-case.js"
],
"duration": 0.7372960000066087,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-complex-case.js"
],
"duration": 0.7700470000272617,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-complex-case.js"
],
"duration": 55.50587399996584,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-lhs-eq.js"
],
"duration": 0.4774370000232011,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-lhs-eq.js"
],
"duration": 1.0896780000184663,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-lhs-eq.js"
],
"duration": 0.7402609999990091,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-lhs-eq.js"
],
"duration": 54.587570999981835,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-lhs-eq.js"
],
"duration": 55.22730999998748,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-lhs-plus-eq.js"
],
"duration": 0.43222199997399,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-lhs-plus-eq.js"
],
"duration": 1.1385189999709837,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-lhs-plus-eq.js"
],
"duration": 0.7458009999827482,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-lhs-plus-eq.js"
],
"duration": 54.2436620000517,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-lhs-plus-eq.js"
],
"duration": 53.94065599999158,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-parenthesized.js"
],
"duration": 0.594747000024654,
"failureMessages": [
"valid-parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-parenthesized.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n (a?.b) = c;\n \n =====================================output=====================================\n - a?.b = c;\n + (a?.b) = c;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 4)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-parenthesized.js"
],
"duration": 1.1249530000495724,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-parenthesized.js"
],
"duration": 0.7470640000537969,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-parenthesized.js"
],
"duration": 0.7139420000021346,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-parenthesized.js"
],
"duration": 53.744293999974616,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "snippet: #2 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -3,8 +3,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #3 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #2 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n semi: false\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #3 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 284,
"numPendingTests": 0,
"perfStats": {
"start": 44103.22045900003,
"end": 60118.56156900001,
"runtime": 16015,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 28,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/directives/comments/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 0.4313899999833666,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.32726099999854,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 56.50624600000447,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.2508079999825,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 53.87044899998,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 53.989830000035,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.17218200000934,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.38340300001437,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.265522000030614,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 0.4875659999670461,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.686545000004116,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.778083999990486,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.86494699999457,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.41059400001541,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.28365399996983,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.744245999958366,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.69301400001859,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.505277000018395,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 0.8011750000296161,
"failureMessages": [
"snippet: #2 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -3,8 +3,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.7364059999818,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.94916300004115,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.54655200004345,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.48643799999263,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 55.01521300000604,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 55.034440999967046,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.42812899994897,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.88155399996322,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 0.6614430000190623,
"failureMessages": [
"snippet: #3 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 54.5805930000497,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 54.76469300000463,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 55.56456899998011,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 54.46448499994585,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 53.890494999999646,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 56.310358999995515,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 55.15592099999776,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 56.59988599998178,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 0.4489140000077896,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 56.54090299998643,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 56.77402900002198,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 54.866574999992736,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 54.588641999987885,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 55.669759000011254,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 56.324531999998726,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 54.6791760000051,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 54.22108799999114,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 0.4495149999856949,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 55.642083000042476,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 55.17660499998601,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 55.576514999964274,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 57.06352699996205,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 55.34076900000218,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 55.634007999964524,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 57.759840000013355,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 56.601717000012286,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 0.4480420000036247,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 55.14518700004555,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 54.57213700003922,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 55.5431390000158,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 54.62563099997351,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 54.070624999993015,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 55.81497800000943,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 54.9798389999778,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 55.53777499997523,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 0.42243400000734255,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 55.6942820000113,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 55.35366399999475,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 55.67657000001054,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 56.65374799998244,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 55.75936600001296,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 58.071475000004284,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 55.577078000002075,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 55.110146999999415,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 0.46721799997612834,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 55.92810299998382,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 57.66589100001147,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 55.83266800001729,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 56.26989200001117,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 57.08632800000487,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 54.97775700001512,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 56.43074300000444,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 56.81691499997396,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 0.42390599998179823,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 55.746352999995,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 56.13823600002797,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 54.646606000023894,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 57.83012100000633,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 55.80729100003373,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 55.926577000005636,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 55.53599699999904,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 55.05696399998851,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 0.5407159999595024,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 55.24386600003345,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 54.925256000016816,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 55.1335390000022,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 56.343866000010166,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 54.158081000030506,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 55.62812100001611,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 55.12175400002161,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 55.81469999998808,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 0.43213199998717755,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 58.07705399999395,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 56.65767899999628,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 54.94187500001863,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 54.72797999996692,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 54.218864999944344,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 55.99168199999258,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 55.10482400003821,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 55.152608999982476,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 0.4150590000208467,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 55.542078000027686,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 55.550331000005826,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 55.792162999976426,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 55.040151999972295,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 54.216989999986254,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 54.345535000029486,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 55.091947000008076,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 56.06022899999516,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 0.4256990000139922,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 54.70722799998475,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 55.202885999984574,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 55.16959899995709,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 54.77262099995278,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 55.15426400001161,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 55.0043880000012,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 55.64142699999502,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 54.93332899996312,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 0.4782380000106059,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 55.08605099999113,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 57.08045800001128,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 55.10084700002335,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 56.701428000000305,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 55.99105600005714,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 55.30167899996741,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 54.409010000003036,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 55.51520199998049,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 0.4231840000138618,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 65.00090099999215,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 62.71751400001813,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 54.96507899998687,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 55.09201999998186,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 54.36427200003527,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 55.86405299999751,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 55.22735699999612,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 54.82070099998964,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 0.4891189999761991,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 55.178338999976404,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 55.76584899995942,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 54.98291100002825,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 54.33049199997913,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 54.807047999987844,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 54.8319499999634,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 55.840138000028674,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 54.918459000007715,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 0.4379029999836348,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 54.52834100002656,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 55.43111599999247,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 54.883941999985836,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 54.841182000003755,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 56.00968999997713,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 54.77774699998554,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 55.447699999960605,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 54.30317999998806,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 0.6929910000180826,
"failureMessages": [
"snippet: #2 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n semi: false\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 54.219021999975666,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 54.5944390000077,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 53.918597999960184,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 53.811453000002075,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 54.10996500001056,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 55.24469099997077,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 53.97509700001683,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 55.048135000048205,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 0.6278490000404418,
"failureMessages": [
"snippet: #3 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 55.85223499999847,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 56.04560800001491,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 54.41304299997864,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 55.71104299998842,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 55.16771900001913,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 55.15510199998971,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 57.391816000046674,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 56.90157899999758,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 0.44972500001313165,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 54.666296000010334,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 56.04373099998338,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 54.766843000019435,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 54.8329650000087,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 54.790867000003345,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 55.1090040000272,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 55.42546899995068,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 55.11336100002518,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 0.4197979999589734,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 55.041087999998126,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 55.03617599996505,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 54.73424999997951,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 54.201078000012785,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 55.777655000041705,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 54.50018999999156,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 55.39734699996188,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 55.18292300001485,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 0.4422439999761991,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 55.79563899995992,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 55.065440999984276,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 54.266481999948155,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 55.31905900000129,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 56.04521100001875,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 54.257005999970715,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 55.43031399999745,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 54.49722999997903,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 0.4348899999749847,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 55.73323600000003,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 55.26679800002603,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 54.38916900003096,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 54.86947599996347,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 54.827970000042114,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 55.52158000000054,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 55.126241000019945,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 54.31649399996968,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 0.4345900000189431,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 55.32221999997273,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 55.738835000025574,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 56.28119399998104,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 54.33103299996583,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 55.11067099997308,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 55.654509000014514,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 55.80528299999423,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 55.455014000006486,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 0.6330540000344627,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 58.50319000001764,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 57.03795500000706,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 54.84318200004054,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 57.83868699998129,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 55.764806999999564,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 55.64780399994925,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 55.44326299999375,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 55.07170799997402,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 0.49196800001664087,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 55.869074999995064,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 56.33441999997012,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 54.04320299997926,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 54.06276000000071,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 55.16038299998036,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 55.201725999999326,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 55.4096379999537,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 55.10897100000875,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 0.47849899996072054,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 56.09667599998647,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 55.71721199998865,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 55.47444100002758,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 55.64320599997882,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 54.91953899996588,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 55.2909750000108,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 56.06089299998712,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 55.24621400004253,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 0.5486110000056215,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 55.34695100004319,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 56.53190000000177,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 54.81103500002064,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 54.48787100001937,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 55.54102300002705,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 55.04852100001881,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 57.72517200000584,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 76.13759400002891,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 0.49449899996398017,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 56.328891000011936,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 56.0546280000126,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 56.278802999993786,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 54.88968600000953,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 55.3615839999984,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 56.375201000017114,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 56.38194499997189,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 55.732554999995045,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 0.45141800004057586,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 55.8537419999484,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 57.87672900001053,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 57.11375099996803,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 56.31930800003465,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 57.836144000000786,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 57.11340899998322,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 56.84654599998612,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 57.88916100002825,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 0.4950900000403635,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 56.85153599997284,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 55.44261600001482,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 55.01972199999727,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 54.03255399997579,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 54.985029999981634,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 55.209413999982644,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 55.8663570000208,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 55.98091199999908,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "empty.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,13 +11,13 @@\n import * as bar from \"bar.json\" with { }\n import * as baz from \"baz.json\" with { /* comment */ }\n \n =====================================output=====================================\n export * as foo from \"foo.json\";\n - export * as bar from \"bar.json\";\n - export * as baz from \"baz.json\" /* comment */;\n + export * as bar from \"bar.json\" with {};\n + export * as baz from \"baz.json\" with { /* comment */ };\n \n import * as foo from \"foo.json\";\n - import * as bar from \"bar.json\";\n - import * as baz from \"baz.json\" /* comment */;\n + import * as bar from \"bar.json\" with {};\n + import * as baz from \"baz.json\" with { /* comment */ };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 6)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 48,
"numPendingTests": 0,
"perfStats": {
"start": 60148.903500000015,
"end": 61418.14794300002,
"runtime": 1269,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 33,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-attributes/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.45717900001909584,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 56.54551600001287,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 1.5583679999690503,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.9035770000191405,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.890371999994386,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 56.48638000001665,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 54.85989299998619,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.7740240000421181,
"failureMessages": [
"empty.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,13 +11,13 @@\n import * as bar from \"bar.json\" with { }\n import * as baz from \"baz.json\" with { /* comment */ }\n \n =====================================output=====================================\n export * as foo from \"foo.json\";\n - export * as bar from \"bar.json\";\n - export * as baz from \"baz.json\" /* comment */;\n + export * as bar from \"bar.json\" with {};\n + export * as baz from \"baz.json\" with { /* comment */ };\n \n import * as foo from \"foo.json\";\n - import * as bar from \"bar.json\";\n - import * as baz from \"baz.json\" /* comment */;\n + import * as bar from \"bar.json\" with {};\n + import * as baz from \"baz.json\" with { /* comment */ };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 6)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 2.6834410000010394,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 1.0387909999699332,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.7720800000242889,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 1.0687879999750294,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.60082399996463,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 59.06981499999529,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.44403400004375726,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 1.5965290000312962,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.9173029999947175,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.7371849999763072,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.8180569999967702,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 56.961292000021785,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 55.819990000047255,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.4784389999695122,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 1.4215499999700114,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.8504780000075698,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.7217149999924004,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.7186000000219792,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 55.872827999992296,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 55.288925000000745,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 0.45248999999603257,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 1.914706000010483,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 1.0809810000355355,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 0.7632340000127442,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 0.7550490000285208,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 56.17465100000845,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 56.72555300005479,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.4629599999752827,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 1.5879030000069179,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.8251910000108182,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.7251319999922998,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.7754569999524392,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 56.75345299998298,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 55.187506999995094,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.4392050000024028,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 1.4855809999862686,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.7720700000063516,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.7794339999672957,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.7416029999731109,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 55.11464599997271,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 55.066125999961514,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 99,
"numPendingTests": 0,
"perfStats": {
"start": 61462.244493000035,
"end": 67013.39915499999,
"runtime": 5551,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 8,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/directives/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"escaped.js"
],
"duration": 0.48684500000672415,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 60.472609999997076,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 58.85153600003105,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 56.58964500000002,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 55.80156500003068,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 56.50671699998202,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 57.08902399998624,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 56.71470999997109,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 57.847981000028085,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 0.4531309999874793,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 56.4204150000005,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 56.67005699995207,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 56.31815900001675,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 55.30806999997003,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 57.05143599997973,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 55.679911999963224,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 55.00897200003965,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 55.96547900000587,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 0.4908220000215806,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 56.18248000001768,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 56.26583400001982,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 56.93558099999791,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 55.78251900000032,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 55.26328899996588,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 55.94735400000354,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 58.91166300000623,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 55.89653800002998,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 0.4176650000154041,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 55.28747199999634,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 54.83386300003622,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 55.29602899996098,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 54.169224000012036,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 54.586043999996036,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 54.38211700000102,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 55.26348100003088,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 55.82120400003623,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 0.4400759999989532,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 54.813798999995925,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 55.58662799996091,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 55.8063779999502,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 55.600298000033945,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 54.09293300000718,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 55.186478000017814,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 55.04871500004083,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 55.63954600004945,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 0.5141060000169091,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 55.656566000019666,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 56.853115000005346,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 55.31302900001174,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 54.71412600000622,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 54.84722799999872,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 55.92111799999839,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 55.08428599999752,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 55.05188600003021,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 0.4307389999739826,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 54.895121999958064,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 54.6686359999585,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 54.04584099998465,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 53.80468200001633,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 56.07982899999479,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 54.981908999965526,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 54.54636400000891,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 55.78529500000877,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.43272199999773875,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 62.03992399998242,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.55717400001595,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 56.131463000027,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.029718000034336,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.26654600002803,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.29278199997498,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.03460600000108,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.30597200000193,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 0.33943699998781085,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 56.93531900004018,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.84116400004132,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.85673199995654,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.47212099999888,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.223894000053406,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.31113299995195,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 57.02581600000849,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.59443100000499,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 0.379763999953866,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 58.491825000033714,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 57.270627000019886,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.87911699997494,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.220698999997694,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.011908999993466,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.90944799996214,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.48843599995598,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.23230099998182,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 0.3170459999819286,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 55.56139200000325,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 56.147903999953996,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 55.45153500000015,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 55.46607000002405,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 53.98953999998048,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 55.63503700000001,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.86379199998919,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.72217600001022,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "func-call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -173,14 +173,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -56,12 +56,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -145,14 +145,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -174,69 +174,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -249,12 +249,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -270,13 +270,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 113\n + Received + 117\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n @@ -196,132 +196,136 @@\n : {\n a: {\n a: 0,\n }\n ? {\n - a: 0,\n - }\n + a: 0,\n + }\n : {\n - y: {\n - a: 0,\n - }\n - ? {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n };\n \n a\n ? {\n a: function () {\n return a\n ? {\n - a: [\n - a\n - ? {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a\n - ? {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a\n - ? function () {\n - a\n - ? a(\n - a\n - ? {\n - a: a({\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n + }\n + : [\n {\n a: 0,\n },\n - a\n - ? a()\n - : a({\n - a: 0,\n - }),\n - ),\n - a()\n - ? {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a()\n - ? {\n - a: 0,\n - }\n - : (function (a) {\n - return a()\n - ? [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a\n - ? {\n - a: 0,\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a\n - ? function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n },\n }\n : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -250,12 +250,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -250,12 +250,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -18,11 +18,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -175,14 +175,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -58,12 +58,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -147,14 +147,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -176,69 +176,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -251,12 +251,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -272,13 +272,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbinary.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -17,27 +17,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - (\n - (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - (report === COMPANY_OVERVIEW &&\n - !ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - ) ?\n + (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + (report === COMPANY_OVERVIEW &&\n + !ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n <ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - : null;\n + ) : null;\n \n room = room.map((row, rowIndex) =>\n row.map((col, colIndex) =>\n - (\n - rowIndex === 0 ||\n - colIndex === 0 ||\n - rowIndex === height ||\n - colIndex === width\n - ) ?\n - 1\n - : 0,\n + rowIndex === 0 ||\n + colIndex === 0 ||\n + rowIndex === height ||\n + colIndex === width\n + ? 1\n + : 0,\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -16,15 +16,13 @@\n \n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n - (\n - glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n - ) ?\n - annularCooeedSplicesWalksWayWay\n - : kochabCooieGameOnOboleUnweave,\n + glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + anodyneCondosMalateOverateRetinol\n + ? annularCooeedSplicesWalksWayWay\n + : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent-after-paren.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -298,330 +298,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo11() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo12() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n foo13 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n return new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n throw new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n void new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - (\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n .annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n .annularCooeedSplicesWalksWayWay();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)()()();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n foo.bar.baz[\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n ];\n \n const decorated = (arg, ignoreRequestError) => {\n return (\n - (\n - typeof arg === \"string\" ||\n - (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - ) ?\n - $delegate(arg, ignoreRequestError)\n - : handleAsyncOperations(arg, ignoreRequestError)).foo();\n + typeof arg === \"string\" ||\n + (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + ? $delegate(arg, ignoreRequestError)\n + : handleAsyncOperations(arg, ignoreRequestError)\n + ).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 139\n + Received + 136\n \n @@ -171,160 +171,157 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + ? bbbbbbbbbbbbbbbbbb\n + : ccccccccccccccc\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - {\n - a: 0,\n - }\n - : {\n - a:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - y:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n - };\n -\n - a ?\n - {\n - a: function () {\n - return a ?\n - {\n - a: [\n - a ?\n - {\n + a\n + ? {\n + a: 0,\n + }\n + : {\n + a: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + y: {\n + a: 0,\n + }\n + ? {\n a: 0,\n - b: [a ? [0, 1] : []],\n }\n - : [\n - [\n - 0,\n - {\n + : {\n + a: 0,\n + },\n + },\n + };\n +\n + a\n + ? {\n + a: function () {\n + return a\n + ? {\n + a: [\n + a\n + ? {\n a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a ?\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n {\n a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a ?\n - function () {\n - a ?\n - a(\n - a ?\n - {\n - a: a({\n - a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n - {\n - a: 0,\n - },\n - a ? a() : (\n - a({\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - })\n - ),\n - ),\n - a() ?\n - {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a() ?\n - {\n - a: 0,\n - }\n - : (function (a) {\n - return a() ?\n - [\n + }\n + : [\n {\n a: 0,\n - b: a(),\n },\n - ]\n - : a([\n - a ?\n - {\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n a: 0,\n - }\n - : {},\n - {\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n + }\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n a: 0,\n - },\n - ]);\n - })(\n - a ?\n - function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n - },\n - }\n - : a;\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (a) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (a) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n + },\n + }\n + : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 17\n + Received + 21\n \n @@ -40,43 +40,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - (\n - $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - kochabCooieGameOnOboleUnweave\n + $var = (\n + $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + ? kochabCooieGameOnOboleUnweave\n : annularCooeedSplicesWalksWayWay\n - ) ?\n - anodyneCondosMalateOverateRetinol\n + )\n + ? anodyneCondosMalateOverateRetinol\n : averredBathersBoxroomBuggyNurl;\n \n - const value =\n - (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n + const value = (\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n - ) ?\n - true ? true\n + )\n + ? true\n + ? true\n : false\n - : true ? true\n + : true\n + ? true\n : false;\n \n (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + ) ? (\n <Element>\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n </Element>\n - : <Element2>\n + ) : (\n + <Element2>\n <Sub />\n <Sub />\n <Sub />\n - </Element2>;\n + </Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -139,110 +139,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - what == \"cone\" ?\n - (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - : (p) => `here's your ${p} ${what}`;\n + what == \"cone\"\n + ? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + : (p) => `here's your ${p} ${what}`;\n \n - const value =\n - condition1 ? value1\n - : condition2 ? value2\n - : condition3 ? value3\n + const value = condition1\n + ? value1\n + : condition2\n + ? value2\n + : condition3\n + ? value3\n : value4;\n \n const StorybookLoader = ({ match }) =>\n - match.params.storyId === \"button\" ? <ButtonStorybook />\n - : match.params.storyId === \"color\" ? <ColorBook />\n - : match.params.storyId === \"typography\" ? <TypographyBook />\n - : match.params.storyId === \"loading\" ? <LoaderStorybook />\n - : match.params.storyId === \"deal-list\" ? <DealListStory />\n - : <Message>\n + match.params.storyId === \"button\" ? (\n + <ButtonStorybook />\n + ) : match.params.storyId === \"color\" ? (\n + <ColorBook />\n + ) : match.params.storyId === \"typography\" ? (\n + <TypographyBook />\n + ) : match.params.storyId === \"loading\" ? (\n + <LoaderStorybook />\n + ) : match.params.storyId === \"deal-list\" ? (\n + <DealListStory />\n + ) : (\n + <Message>\n <Title>{\"Missing story book\"}</Title>\n <Content>\n <BackButton />\n </Content>\n - </Message>;\n + </Message>\n + );\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - state == \"success\" ?\n - 1 //'Payment completed successfully'\n - : state == \"processing\" ?\n - 2 //'Payment processing'\n - : state == \"invalid_cvc\" ?\n - 3 //'There was an issue with your CVC number'\n - : (\n - true //state == 'invalid_expiry'\n - ) ?\n - 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + state == \"success\"\n + ? 1 //'Payment completed successfully'\n + : state == \"processing\"\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n - (medals[0].record ? \"-record\"\n - : medals[0].unique ? \"-unique\"\n - : medals[0].type)\n + (medals[0].record\n + ? \"-record\"\n + : medals[0].unique\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n - {medals[0].record ?\n - i18n(\"Record\")\n - : medals[0].unique ?\n - i18n(\"Unique\")\n - : medals[0].type === 0 ?\n - i18n(\"Silver\")\n - : medals[0].type === 1 ?\n - i18n(\"Gold\")\n - : medals[0].type === 2 ?\n - i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + {medals[0].record\n + ? i18n(\"Record\")\n + : medals[0].unique\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n - a ? literalline\n - : (\n - {\n - 123: 12,\n - }\n - ) ?\n - line\n - : softline;\n + a\n + ? literalline\n + : {\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n - onFailure !== undefined ? onFailure : (\n - (error) => {\n - notify(\n - typeof error === \"string\" ? error : (\n - error.message || \"ra.notification.http_error\"\n - ),\n - \"warning\",\n - {\n - _:\n - typeof error === \"string\" ? error\n - : error && error.message ? error.message\n - : undefined,\n - },\n - );\n - refresh();\n - }\n - ),\n + onFailure !== undefined\n + ? onFailure\n + : (error) => {\n + notify(\n + typeof error === \"string\"\n + ? error\n + : error.message || \"ra.notification.http_error\",\n + \"warning\",\n + {\n + _:\n + typeof error === \"string\"\n + ? error\n + : error && error.message\n + ? error.message\n + : undefined,\n + },\n + );\n + refresh();\n + },\n };\n \n showNotification(\n typeof error === \"string\" ? error : error.message || body,\n level || \"warning\",\n @@ -251,13 +268,16 @@\n undoable: false,\n },\n );\n \n const result =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesis.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -10,29 +10,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - this.state.isVisible ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n - debug ?\n - this.state.isVisible && somethingComplex ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + ? this.state.isVisible && somethingComplex\n + ? \"partially visible\"\n + : \"hidden\"\n + : null;\n \n (a) =>\n - a ?\n - () => {\n - a;\n - }\n - : () => {\n - a;\n - };\n + a\n + ? () => {\n + a;\n + }\n + : () => {\n + a;\n + };\n (a) => (a ? a : a);\n (a) =>\n a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 18\n + Received + 13\n \n @@ -17,43 +17,38 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + const obj1 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n : shortThing;\n \n - const obj2 =\n - conditionIsTruthy ? shortThing : (\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - );\n + const obj2 = conditionIsTruthy\n + ? shortThing\n + : { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - conditionIsTruthy ?\n - {\n + const obj3 = conditionIsTruthy\n + ? {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n }\n : shortThing;\n \n - const obj4 =\n - conditionIsTruthy ? shortThing : (\n - {\n + const obj4 = conditionIsTruthy\n + ? shortThing\n + : {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n - }\n - );\n + };\n \n - const obj5 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + const obj5 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n : {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbinary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -18,27 +18,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - (\n - (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - (report === COMPANY_OVERVIEW &&\n - !ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - ) ?\n + (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + (report === COMPANY_OVERVIEW &&\n + !ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n <ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - : null;\n + ) : null;\n \n room = room.map((row, rowIndex) =>\n row.map((col, colIndex) =>\n - (\n - rowIndex === 0 ||\n - colIndex === 0 ||\n - rowIndex === height ||\n - colIndex === width\n - ) ?\n - 1\n - : 0,\n + rowIndex === 0 ||\n + colIndex === 0 ||\n + rowIndex === height ||\n + colIndex === width\n + ? 1\n + : 0,\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -17,15 +17,13 @@\n \n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n - (\n - glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n - ) ?\n - annularCooeedSplicesWalksWayWay\n - : kochabCooieGameOnOboleUnweave,\n + glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + anodyneCondosMalateOverateRetinol\n + ? annularCooeedSplicesWalksWayWay\n + : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -299,330 +299,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo11() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo12() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n foo13 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n return new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n throw new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n void new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - (\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n .annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n .annularCooeedSplicesWalksWayWay();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)()()();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n foo.bar.baz[\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n ];\n \n const decorated = (arg, ignoreRequestError) => {\n return (\n - (\n - typeof arg === \"string\" ||\n - (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - ) ?\n - $delegate(arg, ignoreRequestError)\n - : handleAsyncOperations(arg, ignoreRequestError)).foo();\n + typeof arg === \"string\" ||\n + (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + ? $delegate(arg, ignoreRequestError)\n + : handleAsyncOperations(arg, ignoreRequestError)\n + ).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 150\n + Received + 151\n \n @@ -172,160 +172,161 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + ? bbbbbbbbbbbbbbbbbb\n + : ccccccccccccccc\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - {\n - a: 0,\n - }\n - : {\n - a:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - y:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n - };\n + a\n + ? {\n + a: 0,\n + }\n + : {\n + a: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n + };\n \n - a ?\n - {\n - a: function () {\n - return a ?\n - {\n - a: [\n - a ?\n - {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a ?\n - {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a ?\n - function () {\n - a ?\n - a(\n - a ?\n - {\n - a: a({\n - a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n - {\n - a: 0,\n - },\n - a ? a() : (\n - a({\n - a: 0,\n - })\n - ),\n - ),\n - a() ?\n - {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a() ?\n - {\n - a: 0,\n - }\n - : (function (a) {\n - return a() ?\n - [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a ?\n - {\n - a: 0,\n - }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a ?\n - function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n - },\n - }\n - : a;\n + a\n + ? {\n + a: function () {\n + return a\n + ? {\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n + a: 0,\n + }\n + : [\n + {\n + a: 0,\n + },\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n + }\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n + },\n + }\n + : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -41,43 +41,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - (\n - $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - kochabCooieGameOnOboleUnweave\n - : annularCooeedSplicesWalksWayWay\n - ) ?\n - anodyneCondosMalateOverateRetinol\n - : averredBathersBoxroomBuggyNurl;\n + $var = (\n + $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + ? kochabCooieGameOnOboleUnweave\n + : annularCooeedSplicesWalksWayWay\n + )\n + ? anodyneCondosMalateOverateRetinol\n + : averredBathersBoxroomBuggyNurl;\n \n - const value =\n - (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n - true ? true\n - : false\n - : true ? true\n + const value = (\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + )\n + ? true\n + ? true\n + : false\n + : true\n + ? true\n : false;\n \n (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + ) ? (\n <Element>\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n </Element>\n - : <Element2>\n + ) : (\n + <Element2>\n <Sub />\n <Sub />\n <Sub />\n - </Element2>;\n + </Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -140,110 +140,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - what == \"cone\" ?\n - (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - : (p) => `here's your ${p} ${what}`;\n + what == \"cone\"\n + ? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + : (p) => `here's your ${p} ${what}`;\n \n - const value =\n - condition1 ? value1\n - : condition2 ? value2\n - : condition3 ? value3\n + const value = condition1\n + ? value1\n + : condition2\n + ? value2\n + : condition3\n + ? value3\n : value4;\n \n const StorybookLoader = ({ match }) =>\n - match.params.storyId === \"button\" ? <ButtonStorybook />\n - : match.params.storyId === \"color\" ? <ColorBook />\n - : match.params.storyId === \"typography\" ? <TypographyBook />\n - : match.params.storyId === \"loading\" ? <LoaderStorybook />\n - : match.params.storyId === \"deal-list\" ? <DealListStory />\n - : <Message>\n + match.params.storyId === \"button\" ? (\n + <ButtonStorybook />\n + ) : match.params.storyId === \"color\" ? (\n + <ColorBook />\n + ) : match.params.storyId === \"typography\" ? (\n + <TypographyBook />\n + ) : match.params.storyId === \"loading\" ? (\n + <LoaderStorybook />\n + ) : match.params.storyId === \"deal-list\" ? (\n + <DealListStory />\n + ) : (\n + <Message>\n <Title>{\"Missing story book\"}</Title>\n <Content>\n <BackButton />\n </Content>\n - </Message>;\n + </Message>\n + );\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - state == \"success\" ?\n - 1 //'Payment completed successfully'\n - : state == \"processing\" ?\n - 2 //'Payment processing'\n - : state == \"invalid_cvc\" ?\n - 3 //'There was an issue with your CVC number'\n - : (\n - true //state == 'invalid_expiry'\n - ) ?\n - 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + state == \"success\"\n + ? 1 //'Payment completed successfully'\n + : state == \"processing\"\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n - (medals[0].record ? \"-record\"\n - : medals[0].unique ? \"-unique\"\n - : medals[0].type)\n + (medals[0].record\n + ? \"-record\"\n + : medals[0].unique\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n - {medals[0].record ?\n - i18n(\"Record\")\n - : medals[0].unique ?\n - i18n(\"Unique\")\n - : medals[0].type === 0 ?\n - i18n(\"Silver\")\n - : medals[0].type === 1 ?\n - i18n(\"Gold\")\n - : medals[0].type === 2 ?\n - i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + {medals[0].record\n + ? i18n(\"Record\")\n + : medals[0].unique\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n - a ? literalline\n - : (\n - {\n - 123: 12,\n - }\n - ) ?\n - line\n - : softline;\n + a\n + ? literalline\n + : {\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n - onFailure !== undefined ? onFailure : (\n - (error) => {\n - notify(\n - typeof error === \"string\" ? error : (\n - error.message || \"ra.notification.http_error\"\n - ),\n - \"warning\",\n - {\n - _:\n - typeof error === \"string\" ? error\n - : error && error.message ? error.message\n - : undefined,\n - },\n - );\n - refresh();\n - }\n - ),\n + onFailure !== undefined\n + ? onFailure\n + : (error) => {\n + notify(\n + typeof error === \"string\"\n + ? error\n + : error.message || \"ra.notification.http_error\",\n + \"warning\",\n + {\n + _:\n + typeof error === \"string\"\n + ? error\n + : error && error.message\n + ? error.message\n + : undefined,\n + },\n + );\n + refresh();\n + },\n };\n \n showNotification(\n typeof error === \"string\" ? error : error.message || body,\n level || \"warning\",\n @@ -252,13 +269,16 @@\n undoable: false,\n },\n );\n \n const result =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -11,29 +11,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - this.state.isVisible ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n - debug ?\n - this.state.isVisible && somethingComplex ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + ? this.state.isVisible && somethingComplex\n + ? \"partially visible\"\n + : \"hidden\"\n + : null;\n \n (a) =>\n - a ?\n - () => {\n - a;\n - }\n - : () => {\n - a;\n - };\n + a\n + ? () => {\n + a;\n + }\n + : () => {\n + a;\n + };\n (a) => (a ? a : a);\n (a) =>\n a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 35\n + Received + 30\n \n @@ -18,46 +18,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - : shortThing;\n + const obj1 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + : shortThing;\n \n - const obj2 =\n - conditionIsTruthy ? shortThing : (\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - );\n + const obj2 = conditionIsTruthy\n + ? shortThing\n + : { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - conditionIsTruthy ?\n - {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - }\n - : shortThing;\n + const obj3 = conditionIsTruthy\n + ? {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + }\n + : shortThing;\n \n - const obj4 =\n - conditionIsTruthy ? shortThing : (\n - {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - }\n - );\n + const obj4 = conditionIsTruthy\n + ? shortThing\n + : {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + };\n \n - const obj5 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - : {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - };\n + const obj5 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + : {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbinary.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -18,27 +18,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - \t(\n - \t\t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - \t\t(report === COMPANY_OVERVIEW &&\n - \t\t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - \t) ?\n + \t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + \t(report === COMPANY_OVERVIEW &&\n + \t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n \t\t<ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - \t:\tnull;\n + \t) : null;\n \n room = room.map((row, rowIndex) =>\n \trow.map((col, colIndex) =>\n - \t\t(\n - \t\t\trowIndex === 0 ||\n - \t\t\tcolIndex === 0 ||\n - \t\t\trowIndex === height ||\n - \t\t\tcolIndex === width\n - \t\t) ?\n - \t\t\t1\n - \t\t:\t0,\n + \t\trowIndex === 0 ||\n + \t\tcolIndex === 0 ||\n + \t\trowIndex === height ||\n + \t\tcolIndex === width\n + \t\t\t? 1\n + \t\t\t: 0,\n \t),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -17,15 +17,13 @@\n \n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\t\tanodyneCondosMalateOverateRetinol\n - \t) ?\n - \t\tannularCooeedSplicesWalksWayWay\n - \t:\tkochabCooieGameOnOboleUnweave,\n + \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + \tanodyneCondosMalateOverateRetinol\n + \t\t? annularCooeedSplicesWalksWayWay\n + \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -299,330 +299,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo11() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo12() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n foo13 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n \treturn new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n \tthrow new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n \tvoid new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \t\tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + \tglimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n \t.annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n \t.annularCooeedSplicesWalksWayWay();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)()()();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n \tfoo.bar.baz[\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n \t];\n \n const decorated = (arg, ignoreRequestError) => {\n \treturn (\n - \t\t(\n - \t\t\ttypeof arg === \"string\" ||\n - \t\t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - \t\t) ?\n - \t\t\t$delegate(arg, ignoreRequestError)\n - \t\t:\thandleAsyncOperations(arg, ignoreRequestError)).foo();\n + \t\ttypeof arg === \"string\" ||\n + \t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + \t\t\t? $delegate(arg, ignoreRequestError)\n + \t\t\t: handleAsyncOperations(arg, ignoreRequestError)\n + \t).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n \tfn[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n \tfn?.[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn?.[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 141\n + Received + 138\n \n @@ -172,160 +172,157 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n -\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t\t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - :\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaa\n + \t? bbbbbbbbbbbbbbbbbb\n + \t: ccccccccccccccc\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n - a ?\n - \t{\n - \t\ta: 0,\n - \t}\n - :\t{\n - \t\ta:\n - \t\t\t(\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t) ?\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t:\t{\n - \t\t\t\t\ty:\n - \t\t\t\t\t\t(\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t) ?\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t},\n - \t\t\t\t},\n - \t};\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - \t{\n - \t\ta: function () {\n - \t\t\treturn a ?\n - \t\t\t\t\t{\n - \t\t\t\t\t\ta: [\n - \t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t{\n + a\n + \t? {\n + \t\t\ta: 0,\n + \t }\n + \t: {\n + \t\t\ta: {\n + \t\t\t\ta: 0,\n + \t\t\t}\n + \t\t\t\t? {\n + \t\t\t\t\t\ta: 0,\n + \t\t\t\t }\n + \t\t\t\t: {\n + \t\t\t\t\t\ty: {\n + \t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t}\n + \t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n - \t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t[\n - \t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t: {\n + \t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t },\n + \t\t\t\t },\n + \t };\n +\n + a\n + \t? {\n + \t\t\ta: function () {\n + \t\t\t\treturn a\n + \t\t\t\t\t? {\n + \t\t\t\t\t\t\ta: [\n + \t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n - \t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\t\t\treturn a ?\n + \t\t\t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n + \t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t0,\n \t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t];\n - \t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t],\n - \t\t\t\t\t}\n - \t\t\t\t:\t[\n - \t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}),\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta ? a() : (\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta({\n + \t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n + \t\t\t\t\t\t\t\t\t\t\t],\n + \t\t\t\t\t\t\t\t\t\t\tfunction () {\n + \t\t\t\t\t\t\t\t\t\t\t\treturn a\n + \t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t})\n - \t\t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\t)\n - \t\t\t\t\t\t\t\t:\ta(\n - \t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t(function (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\treturn a() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t: [\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]\n - \t\t\t\t\t\t\t\t\t\t\t\t\t:\ta([\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t ];\n + \t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t],\n + \t\t\t\t\t }\n + \t\t\t\t\t: [\n + \t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t? function () {\n + \t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t? a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a({\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t\t\t\t\t )\n + \t\t\t\t\t\t\t\t\t\t\t: a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]);\n - \t\t\t\t\t\t\t\t\t\t\t})(\n - \t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t);\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\tfunction () {},\n - \t\t\t\t\t];\n - \t\t},\n - \t}\n - :\ta;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: (function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a([\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]);\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t })(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t },\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ),\n + \t\t\t\t\t\t\t\t\t\t\t );\n + \t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t: function () {},\n + \t\t\t\t\t ];\n + \t\t\t},\n + \t }\n + \t: a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -41,43 +41,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - \t(\n - \t\t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - \t\t\tkochabCooieGameOnOboleUnweave\n - \t\t:\tannularCooeedSplicesWalksWayWay\n - \t) ?\n - \t\tanodyneCondosMalateOverateRetinol\n - \t:\taverredBathersBoxroomBuggyNurl;\n + $var = (\n + \t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + \t\t? kochabCooieGameOnOboleUnweave\n + \t\t: annularCooeedSplicesWalksWayWay\n + )\n + \t? anodyneCondosMalateOverateRetinol\n + \t: averredBathersBoxroomBuggyNurl;\n \n - const value =\n - \t(\n - \t\tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t\t:\tglimseGlyphsHazardNoopsTieTie\n - \t) ?\n - \t\ttrue ? true\n - \t\t:\tfalse\n - \t: true ? true\n + const value = (\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + )\n + \t? true\n + \t\t? true\n + \t\t: false\n + \t: true\n + \t? true\n \t: false;\n \n (\n - \tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t:\tglimseGlyphsHazardNoopsTieTie\n - ) ?\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + ) ? (\n \t<Element>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t</Element>\n - :\t<Element2>\n + ) : (\n + \t<Element2>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n - \t</Element2>;\n + \t</Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -140,110 +140,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - \twhat == \"cone\" ?\n - \t\t(p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - \t:\t(p) => `here's your ${p} ${what}`;\n + \twhat == \"cone\"\n + \t\t? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + \t\t: (p) => `here's your ${p} ${what}`;\n \n - const value =\n - \tcondition1 ? value1\n - \t: condition2 ? value2\n - \t: condition3 ? value3\n + const value = condition1\n + \t? value1\n + \t: condition2\n + \t? value2\n + \t: condition3\n + \t? value3\n \t: value4;\n \n const StorybookLoader = ({ match }) =>\n - \tmatch.params.storyId === \"button\" ? <ButtonStorybook />\n - \t: match.params.storyId === \"color\" ? <ColorBook />\n - \t: match.params.storyId === \"typography\" ? <TypographyBook />\n - \t: match.params.storyId === \"loading\" ? <LoaderStorybook />\n - \t: match.params.storyId === \"deal-list\" ? <DealListStory />\n - \t: <Message>\n + \tmatch.params.storyId === \"button\" ? (\n + \t\t<ButtonStorybook />\n + \t) : match.params.storyId === \"color\" ? (\n + \t\t<ColorBook />\n + \t) : match.params.storyId === \"typography\" ? (\n + \t\t<TypographyBook />\n + \t) : match.params.storyId === \"loading\" ? (\n + \t\t<LoaderStorybook />\n + \t) : match.params.storyId === \"deal-list\" ? (\n + \t\t<DealListStory />\n + \t) : (\n + \t\t<Message>\n \t\t\t<Title>{\"Missing story book\"}</Title>\n \t\t\t<Content>\n \t\t\t\t<BackButton />\n \t\t\t</Content>\n - \t\t</Message>;\n + \t\t</Message>\n + \t);\n \n const message =\n - \ti % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - \t: i % 3 === 0 ? \"fizz\"\n - \t: i % 5 === 0 ? \"buzz\"\n - \t: String(i);\n + \ti % 3 === 0 && i % 5 === 0\n + \t\t? \"fizzbuzz\"\n + \t\t: i % 3 === 0\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n - \tstate == \"success\" ? \"Payment completed successfully\"\n - \t: state == \"processing\" ? \"Payment processing\"\n - \t: state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - \t: state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - \t: \"There was an issue with the payment. Please contact support.\";\n + \tstate == \"success\"\n + \t\t? \"Payment completed successfully\"\n + \t\t: state == \"processing\"\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - \tstate == \"success\" ?\n - \t\t1 //'Payment completed successfully'\n - \t: state == \"processing\" ?\n - \t\t2 //'Payment processing'\n - \t: state == \"invalid_cvc\" ?\n - \t\t3 //'There was an issue with your CVC number'\n - \t: (\n - \t\ttrue //state == 'invalid_expiry'\n - \t) ?\n - \t\t4 //'Expiry must be sometime in the past.'\n - \t:\t5; // 'There was an issue with the payment. Please contact support.'\n + \tstate == \"success\"\n + \t\t? 1 //'Payment completed successfully'\n + \t\t: state == \"processing\"\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n - \t\t\t(medals[0].record ? \"-record\"\n - \t\t\t: medals[0].unique ? \"-unique\"\n - \t\t\t: medals[0].type)\n + \t\t\t(medals[0].record\n + \t\t\t\t? \"-record\"\n + \t\t\t\t: medals[0].unique\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n - \t\t{medals[0].record ?\n - \t\t\ti18n(\"Record\")\n - \t\t: medals[0].unique ?\n - \t\t\ti18n(\"Unique\")\n - \t\t: medals[0].type === 0 ?\n - \t\t\ti18n(\"Silver\")\n - \t\t: medals[0].type === 1 ?\n - \t\t\ti18n(\"Gold\")\n - \t\t: medals[0].type === 2 ?\n - \t\t\ti18n(\"Platinum\")\n - \t\t:\ti18n(\"Theme\")}\n + \t\t{medals[0].record\n + \t\t\t? i18n(\"Record\")\n + \t\t\t: medals[0].unique\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n - a ? literalline\n - : (\n - \t{\n - \t\t123: 12,\n - \t}\n - ) ?\n - \tline\n - :\tsoftline;\n + a\n + \t? literalline\n + \t: {\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n - \t\tonFailure !== undefined ? onFailure : (\n - \t\t\t(error) => {\n - \t\t\t\tnotify(\n - \t\t\t\t\ttypeof error === \"string\" ? error : (\n - \t\t\t\t\t\terror.message || \"ra.notification.http_error\"\n - \t\t\t\t\t),\n - \t\t\t\t\t\"warning\",\n - \t\t\t\t\t{\n - \t\t\t\t\t\t_:\n - \t\t\t\t\t\t\ttypeof error === \"string\" ? error\n - \t\t\t\t\t\t\t: error && error.message ? error.message\n - \t\t\t\t\t\t\t: undefined,\n - \t\t\t\t\t},\n - \t\t\t\t);\n - \t\t\t\trefresh();\n - \t\t\t}\n - \t\t),\n + \t\tonFailure !== undefined\n + \t\t\t? onFailure\n + \t\t\t: (error) => {\n + \t\t\t\t\tnotify(\n + \t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t: error.message || \"ra.notification.http_error\",\n + \t\t\t\t\t\t\"warning\",\n + \t\t\t\t\t\t{\n + \t\t\t\t\t\t\t_:\n + \t\t\t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t\t\t: error && error.message\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n + \t\t\t\t\t\t},\n + \t\t\t\t\t);\n + \t\t\t\t\trefresh();\n + \t\t\t },\n };\n \n showNotification(\n \ttypeof error === \"string\" ? error : error.message || body,\n \tlevel || \"warning\",\n @@ -252,13 +269,16 @@\n \t\tundoable: false,\n \t},\n );\n \n const result =\n - \tchildren && !isEmptyChildren(children) ? children\n - \t: props.match ?\n - \t\tcomponent ? React.createElement(component, props)\n - \t\t: render ? render(props)\n - \t\t: null\n - \t:\tnull;\n + \tchildren && !isEmptyChildren(children)\n + \t\t? children\n + \t\t: props.match\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -11,29 +11,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - \tthis.state.isVisible ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n - debug ?\n - \tthis.state.isVisible && somethingComplex ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + \t? this.state.isVisible && somethingComplex\n + \t\t? \"partially visible\"\n + \t\t: \"hidden\"\n + \t: null;\n \n (a) =>\n - \ta ?\n - \t\t() => {\n - \t\t\ta;\n - \t\t}\n - \t:\t() => {\n - \t\t\ta;\n - \t\t};\n + \ta\n + \t\t? () => {\n + \t\t\t\ta;\n + \t\t }\n + \t\t: () => {\n + \t\t\t\ta;\n + \t\t };\n (a) => (a ? a : a);\n (a) =>\n \ta ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 23\n + Received + 18\n \n @@ -18,46 +18,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\tshortThing;\n + const obj1 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: shortThing;\n \n - const obj2 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t);\n + const obj2 = conditionIsTruthy\n + \t? shortThing\n + \t: { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - \tconditionIsTruthy ?\n - \t\t{\n + const obj3 = conditionIsTruthy\n + \t? {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t:\tshortThing;\n + \t }\n + \t: shortThing;\n \n - const obj4 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{\n + const obj4 = conditionIsTruthy\n + \t? shortThing\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t);\n + \t };\n \n - const obj5 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\t{\n + const obj5 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t};\n + \t };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbinary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -19,27 +19,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - \t(\n - \t\t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - \t\t(report === COMPANY_OVERVIEW &&\n - \t\t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - \t) ?\n + \t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + \t(report === COMPANY_OVERVIEW &&\n + \t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n \t\t<ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - \t:\tnull;\n + \t) : null;\n \n room = room.map((row, rowIndex) =>\n \trow.map((col, colIndex) =>\n - \t\t(\n - \t\t\trowIndex === 0 ||\n - \t\t\tcolIndex === 0 ||\n - \t\t\trowIndex === height ||\n - \t\t\tcolIndex === width\n - \t\t) ?\n - \t\t\t1\n - \t\t:\t0,\n + \t\trowIndex === 0 ||\n + \t\tcolIndex === 0 ||\n + \t\trowIndex === height ||\n + \t\tcolIndex === width\n + \t\t\t? 1\n + \t\t\t: 0,\n \t),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -18,15 +18,13 @@\n \n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\t\tanodyneCondosMalateOverateRetinol\n - \t) ?\n - \t\tannularCooeedSplicesWalksWayWay\n - \t:\tkochabCooieGameOnOboleUnweave,\n + \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + \tanodyneCondosMalateOverateRetinol\n + \t\t? annularCooeedSplicesWalksWayWay\n + \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -300,330 +300,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo11() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo12() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n foo13 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n \treturn new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n \tthrow new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n \tvoid new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \t\tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + \tglimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n \t.annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n \t.annularCooeedSplicesWalksWayWay();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)()()();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n \tfoo.bar.baz[\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n \t];\n \n const decorated = (arg, ignoreRequestError) => {\n \treturn (\n - \t\t(\n - \t\t\ttypeof arg === \"string\" ||\n - \t\t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - \t\t) ?\n - \t\t\t$delegate(arg, ignoreRequestError)\n - \t\t:\thandleAsyncOperations(arg, ignoreRequestError)).foo();\n + \t\ttypeof arg === \"string\" ||\n + \t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + \t\t\t? $delegate(arg, ignoreRequestError)\n + \t\t\t: handleAsyncOperations(arg, ignoreRequestError)\n + \t).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n \tfn[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n \tfn?.[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn?.[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 141\n + Received + 142\n \n @@ -173,160 +173,161 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + \t? bbbbbbbbbbbbbbbbbb\n + \t: ccccccccccccccc\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t\t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - :\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - \t{\n - \t\ta: 0,\n - \t}\n - :\t{\n - \t\ta:\n - \t\t\t(\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t) ?\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t:\t{\n - \t\t\t\t\ty:\n - \t\t\t\t\t\t(\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t) ?\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t},\n - \t\t\t\t},\n - \t};\n -\n - a ?\n - \t{\n - \t\ta: function () {\n - \t\t\treturn a ?\n - \t\t\t\t\t{\n - \t\t\t\t\t\ta: [\n - \t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t{\n + a\n + \t? {\n + \t\t\ta: 0,\n + \t }\n + \t: {\n + \t\t\ta: {\n + \t\t\t\ta: 0,\n + \t\t\t}\n + \t\t\t\t? {\n + \t\t\t\t\t\ta: 0,\n + \t\t\t\t }\n + \t\t\t\t: {\n + \t\t\t\t\t\ty: {\n + \t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t}\n + \t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n - \t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t[\n - \t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t: {\n + \t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t },\n + \t\t\t\t },\n + \t };\n +\n + a\n + \t? {\n + \t\t\ta: function () {\n + \t\t\t\treturn a\n + \t\t\t\t\t? {\n + \t\t\t\t\t\t\ta: [\n + \t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n - \t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\t\t\treturn a ?\n + \t\t\t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n + \t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t0,\n \t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t];\n - \t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t],\n - \t\t\t\t\t}\n - \t\t\t\t:\t[\n - \t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: a({\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}),\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta ? a() : (\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta({\n + \t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n + \t\t\t\t\t\t\t\t\t\t\t],\n + \t\t\t\t\t\t\t\t\t\t\tfunction () {\n + \t\t\t\t\t\t\t\t\t\t\t\treturn a\n + \t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t})\n - \t\t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\t)\n - \t\t\t\t\t\t\t\t:\ta(\n - \t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t(function (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\treturn a() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t: [\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]\n - \t\t\t\t\t\t\t\t\t\t\t\t\t:\ta([\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t ];\n + \t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t],\n + \t\t\t\t\t }\n + \t\t\t\t\t: [\n + \t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t? function () {\n + \t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t? a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a({\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t\t\t\t\t )\n + \t\t\t\t\t\t\t\t\t\t\t: a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]);\n - \t\t\t\t\t\t\t\t\t\t\t})(\n - \t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t);\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\tfunction () {},\n - \t\t\t\t\t];\n - \t\t},\n - \t}\n - :\ta;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: (function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a([\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]);\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t })(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? function (\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: function (\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t },\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ),\n + \t\t\t\t\t\t\t\t\t\t\t );\n + \t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t: function () {},\n + \t\t\t\t\t ];\n + \t\t\t},\n + \t }\n + \t: a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -42,43 +42,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - \t(\n - \t\t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - \t\t\tkochabCooieGameOnOboleUnweave\n - \t\t:\tannularCooeedSplicesWalksWayWay\n - \t) ?\n - \t\tanodyneCondosMalateOverateRetinol\n - \t:\taverredBathersBoxroomBuggyNurl;\n + $var = (\n + \t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + \t\t? kochabCooieGameOnOboleUnweave\n + \t\t: annularCooeedSplicesWalksWayWay\n + )\n + \t? anodyneCondosMalateOverateRetinol\n + \t: averredBathersBoxroomBuggyNurl;\n \n - const value =\n - \t(\n - \t\tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t\t:\tglimseGlyphsHazardNoopsTieTie\n - \t) ?\n - \t\ttrue ? true\n - \t\t:\tfalse\n - \t: true ? true\n + const value = (\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + )\n + \t? true\n + \t\t? true\n + \t\t: false\n + \t: true\n + \t? true\n \t: false;\n \n (\n - \tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t:\tglimseGlyphsHazardNoopsTieTie\n - ) ?\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + ) ? (\n \t<Element>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t</Element>\n - :\t<Element2>\n + ) : (\n + \t<Element2>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n - \t</Element2>;\n + \t</Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -141,110 +141,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - \twhat == \"cone\" ?\n - \t\t(p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - \t:\t(p) => `here's your ${p} ${what}`;\n + \twhat == \"cone\"\n + \t\t? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + \t\t: (p) => `here's your ${p} ${what}`;\n \n - const value =\n - \tcondition1 ? value1\n - \t: condition2 ? value2\n - \t: condition3 ? value3\n + const value = condition1\n + \t? value1\n + \t: condition2\n + \t? value2\n + \t: condition3\n + \t? value3\n \t: value4;\n \n const StorybookLoader = ({ match }) =>\n - \tmatch.params.storyId === \"button\" ? <ButtonStorybook />\n - \t: match.params.storyId === \"color\" ? <ColorBook />\n - \t: match.params.storyId === \"typography\" ? <TypographyBook />\n - \t: match.params.storyId === \"loading\" ? <LoaderStorybook />\n - \t: match.params.storyId === \"deal-list\" ? <DealListStory />\n - \t: <Message>\n + \tmatch.params.storyId === \"button\" ? (\n + \t\t<ButtonStorybook />\n + \t) : match.params.storyId === \"color\" ? (\n + \t\t<ColorBook />\n + \t) : match.params.storyId === \"typography\" ? (\n + \t\t<TypographyBook />\n + \t) : match.params.storyId === \"loading\" ? (\n + \t\t<LoaderStorybook />\n + \t) : match.params.storyId === \"deal-list\" ? (\n + \t\t<DealListStory />\n + \t) : (\n + \t\t<Message>\n \t\t\t<Title>{\"Missing story book\"}</Title>\n \t\t\t<Content>\n \t\t\t\t<BackButton />\n \t\t\t</Content>\n - \t\t</Message>;\n + \t\t</Message>\n + \t);\n \n const message =\n - \ti % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - \t: i % 3 === 0 ? \"fizz\"\n - \t: i % 5 === 0 ? \"buzz\"\n - \t: String(i);\n + \ti % 3 === 0 && i % 5 === 0\n + \t\t? \"fizzbuzz\"\n + \t\t: i % 3 === 0\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n - \tstate == \"success\" ? \"Payment completed successfully\"\n - \t: state == \"processing\" ? \"Payment processing\"\n - \t: state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - \t: state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - \t: \"There was an issue with the payment. Please contact support.\";\n + \tstate == \"success\"\n + \t\t? \"Payment completed successfully\"\n + \t\t: state == \"processing\"\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - \tstate == \"success\" ?\n - \t\t1 //'Payment completed successfully'\n - \t: state == \"processing\" ?\n - \t\t2 //'Payment processing'\n - \t: state == \"invalid_cvc\" ?\n - \t\t3 //'There was an issue with your CVC number'\n - \t: (\n - \t\ttrue //state == 'invalid_expiry'\n - \t) ?\n - \t\t4 //'Expiry must be sometime in the past.'\n - \t:\t5; // 'There was an issue with the payment. Please contact support.'\n + \tstate == \"success\"\n + \t\t? 1 //'Payment completed successfully'\n + \t\t: state == \"processing\"\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n - \t\t\t(medals[0].record ? \"-record\"\n - \t\t\t: medals[0].unique ? \"-unique\"\n - \t\t\t: medals[0].type)\n + \t\t\t(medals[0].record\n + \t\t\t\t? \"-record\"\n + \t\t\t\t: medals[0].unique\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n - \t\t{medals[0].record ?\n - \t\t\ti18n(\"Record\")\n - \t\t: medals[0].unique ?\n - \t\t\ti18n(\"Unique\")\n - \t\t: medals[0].type === 0 ?\n - \t\t\ti18n(\"Silver\")\n - \t\t: medals[0].type === 1 ?\n - \t\t\ti18n(\"Gold\")\n - \t\t: medals[0].type === 2 ?\n - \t\t\ti18n(\"Platinum\")\n - \t\t:\ti18n(\"Theme\")}\n + \t\t{medals[0].record\n + \t\t\t? i18n(\"Record\")\n + \t\t\t: medals[0].unique\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n - a ? literalline\n - : (\n - \t{\n - \t\t123: 12,\n - \t}\n - ) ?\n - \tline\n - :\tsoftline;\n + a\n + \t? literalline\n + \t: {\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n - \t\tonFailure !== undefined ? onFailure : (\n - \t\t\t(error) => {\n - \t\t\t\tnotify(\n - \t\t\t\t\ttypeof error === \"string\" ? error : (\n - \t\t\t\t\t\terror.message || \"ra.notification.http_error\"\n - \t\t\t\t\t),\n - \t\t\t\t\t\"warning\",\n - \t\t\t\t\t{\n - \t\t\t\t\t\t_:\n - \t\t\t\t\t\t\ttypeof error === \"string\" ? error\n - \t\t\t\t\t\t\t: error && error.message ? error.message\n - \t\t\t\t\t\t\t: undefined,\n - \t\t\t\t\t},\n - \t\t\t\t);\n - \t\t\t\trefresh();\n - \t\t\t}\n - \t\t),\n + \t\tonFailure !== undefined\n + \t\t\t? onFailure\n + \t\t\t: (error) => {\n + \t\t\t\t\tnotify(\n + \t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t: error.message || \"ra.notification.http_error\",\n + \t\t\t\t\t\t\"warning\",\n + \t\t\t\t\t\t{\n + \t\t\t\t\t\t\t_:\n + \t\t\t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t\t\t: error && error.message\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n + \t\t\t\t\t\t},\n + \t\t\t\t\t);\n + \t\t\t\t\trefresh();\n + \t\t\t },\n };\n \n showNotification(\n \ttypeof error === \"string\" ? error : error.message || body,\n \tlevel || \"warning\",\n @@ -253,13 +270,16 @@\n \t\tundoable: false,\n \t},\n );\n \n const result =\n - \tchildren && !isEmptyChildren(children) ? children\n - \t: props.match ?\n - \t\tcomponent ? React.createElement(component, props)\n - \t\t: render ? render(props)\n - \t\t: null\n - \t:\tnull;\n + \tchildren && !isEmptyChildren(children)\n + \t\t? children\n + \t\t: props.match\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -12,29 +12,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - \tthis.state.isVisible ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n - debug ?\n - \tthis.state.isVisible && somethingComplex ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + \t? this.state.isVisible && somethingComplex\n + \t\t? \"partially visible\"\n + \t\t: \"hidden\"\n + \t: null;\n \n (a) =>\n - \ta ?\n - \t\t() => {\n - \t\t\ta;\n - \t\t}\n - \t:\t() => {\n - \t\t\ta;\n - \t\t};\n + \ta\n + \t\t? () => {\n + \t\t\t\ta;\n + \t\t }\n + \t\t: () => {\n + \t\t\t\ta;\n + \t\t };\n (a) => (a ? a : a);\n (a) =>\n \ta ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 23\n + Received + 18\n \n @@ -19,46 +19,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\tshortThing;\n + const obj1 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: shortThing;\n \n - const obj2 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t);\n + const obj2 = conditionIsTruthy\n + \t? shortThing\n + \t: { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - \tconditionIsTruthy ?\n - \t\t{\n + const obj3 = conditionIsTruthy\n + \t? {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t:\tshortThing;\n + \t }\n + \t: shortThing;\n \n - const obj4 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{\n + const obj4 = conditionIsTruthy\n + \t? shortThing\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t);\n + \t };\n \n - const obj5 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\t{\n + const obj5 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t};\n + \t };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 48,
"numPassingTests": 528,
"numPendingTests": 0,
"perfStats": {
"start": 67078.86186,
"end": 103267.49859700003,
"runtime": 36189,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 16,
"unchecked": 0,
"unmatched": 48,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ternaries/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binary.js"
],
"duration": 0.4434730000211857,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 64.42475500004366,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 64.265269000025,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 59.31024600000819,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 57.71467799996026,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 57.494842000014614,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 59.00783200003207,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 58.99428699997952,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 60.10811299999477,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 0.683634000015445,
"failureMessages": [
"func-call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 56.116196000017226,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 55.95572299999185,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 55.45944499998586,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 55.15426300000399,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 55.74589900003048,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 56.27608100004727,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 56.346908000006806,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 55.545218999963254,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 0.5724359999876469,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 119.48257699998794,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 112.79597999999532,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 74.52829500002554,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 74.66018800000893,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 77.93978600000264,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 74.83590900001582,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 74.31034399999771,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 74.7110860000248,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 0.9200980000314303,
"failureMessages": [
"indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -173,14 +173,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 96.92001699999673,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 66.1099900000263,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 64.14850899996236,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 61.18048199999612,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 62.70787800004473,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 69.25288499996532,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 65.31850300001679,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 63.539348000020254,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 0.6899459999985993,
"failureMessages": [
"nested-in-condition.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -56,12 +56,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 64.1903760000132,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 67.26629800000228,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 58.63431599998148,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 58.189950999978464,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 58.93156400002772,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 62.38226500002202,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 60.42330799996853,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 59.661044999957085,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 1.629490999970585,
"failureMessages": [
"nested.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -145,14 +145,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -174,69 +174,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -249,12 +249,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -270,13 +270,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 89.19724599999608,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 79.1224500000244,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 66.93928900000174,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 66.51617000001715,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 67.79463799996302,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 68.45024699997157,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 75.89431699999841,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 67.9954490000382,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 0.528251999989152,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 58.45694000000367,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 57.80028199998196,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 57.067236999981105,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 58.18513699999312,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 56.11805799999274,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 57.437246999994386,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 57.2757799999672,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 56.5957360000466,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.4444149999762885,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.2204769999953,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.56662599998526,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.29367199999979,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 56.97402199998032,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.40817100001732,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.83012100000633,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.24291999998968,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.86355499998899,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 0.4597630000207573,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 64.4547629999579,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 59.00193399999989,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 58.5322729999898,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 57.14820499997586,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 58.286358000012115,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 57.50425100000575,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 58.78165600000648,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 60.068775000050664,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 0.8581819999963045,
"failureMessages": [
"func-call.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 56.86526900000172,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 57.30478500004392,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 57.775168999971356,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 55.913009999960195,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 55.5426429999643,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 58.27149200002896,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 57.890477999986615,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 56.1889530000044,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 0.5648710000095889,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 96.216437999974,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 79.19492599996738,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 70.36048999999184,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 72.37265999999363,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 68.60031300003175,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 71.24656300002243,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 93.04181500000414,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 73.92275600001449,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 7.066493000020273,
"failureMessages": [
"indent.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 113\n + Received + 117\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n @@ -196,132 +196,136 @@\n : {\n a: {\n a: 0,\n }\n ? {\n - a: 0,\n - }\n + a: 0,\n + }\n : {\n - y: {\n - a: 0,\n - }\n - ? {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n };\n \n a\n ? {\n a: function () {\n return a\n ? {\n - a: [\n - a\n - ? {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a\n - ? {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a\n - ? function () {\n - a\n - ? a(\n - a\n - ? {\n - a: a({\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n + }\n + : [\n {\n a: 0,\n },\n - a\n - ? a()\n - : a({\n - a: 0,\n - }),\n - ),\n - a()\n - ? {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a()\n - ? {\n - a: 0,\n - }\n - : (function (a) {\n - return a()\n - ? [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a\n - ? {\n - a: 0,\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a\n - ? function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n },\n }\n : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 75.36347799998475,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 66.39879599999404,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 64.08253100002185,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 62.10622399998829,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 60.875429999956395,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 61.65301900001941,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 61.41558500000974,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 62.80595800001174,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 0.7087109999847598,
"failureMessages": [
"nested-in-condition.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 61.07810799998697,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 61.804501999984495,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 57.35022399999434,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 59.67973999999231,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 56.734216000011656,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 57.746135999972466,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 57.952369000006,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 58.812343000026885,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 1.1407120000221767,
"failureMessages": [
"nested.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -250,12 +250,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 79.22591199999442,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 70.53088999999454,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 64.80177800002275,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 64.3525709999958,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 64.41734899999574,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 68.57732399995439,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 66.36711199994897,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 67.8159539999906,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 0.4305389999644831,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 57.450511000002734,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 57.87598800001433,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 56.60592199995881,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 56.28299999999581,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 55.98328699998092,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 57.012566999997944,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 56.78253699996276,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 61.45688200002769,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 0.4451470000203699,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 59.20505300001241,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 59.53409000003012,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 58.87115000002086,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 57.04125700000441,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 58.597636999969836,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 58.697594000026584,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 58.564985000004526,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 59.596800999948755,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 0.5023829999845475,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 60.20255599997472,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 59.05976199998986,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 56.91439900000114,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 57.847985000000335,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 57.99494699999923,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 59.64376600005198,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 59.13209799997276,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 57.634213000012096,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 0.6565229999832809,
"failureMessages": [
"func-call.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 55.043716999993194,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 55.70100200001616,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 56.144272000005,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 57.25970799999777,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 54.8350030000438,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 55.15488499996718,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 55.40357500000391,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 56.692804000049364,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 0.6269680000259541,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 91.19690799998352,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 77.42605000000913,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 74.78231899999082,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 85.91079500003252,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 67.08883899997454,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 80.54826299997512,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 77.74705200002063,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 81.92175599996699,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 1.0267480000038631,
"failureMessages": [
"indent.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 74.738526000001,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 65.67703000002075,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 61.48855199996615,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 63.11835299996892,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 61.30370300001232,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 61.644687000021804,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 62.81674400001066,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 63.515045000007376,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 0.9378720000386238,
"failureMessages": [
"nested-in-condition.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 70.25778699998045,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 59.553694000002,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 60.79884000000311,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 60.601052000012714,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 60.545083999983035,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 59.35011600004509,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 58.7218339999672,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 57.36195799999405,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 1.3641530000022613,
"failureMessages": [
"nested.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -250,12 +250,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 75.49062799999956,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 68.18072200001916,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 64.6562869999907,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 66.66097200004151,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 65.91834899998503,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 64.71275999996578,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 66.31728200003272,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 65.45203899999615,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 0.4343559999833815,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 59.94043199997395,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 59.88917899999069,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 56.887887999997474,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 57.23482499999227,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 57.17290900001535,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 56.44603599997936,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 55.98505599994678,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 57.09753400000045,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 0.4491140000172891,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 59.24323599995114,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 60.04840600001626,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 57.607511000009254,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 57.57932800002163,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 57.67911100003403,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 58.47120699996594,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 58.82556600001408,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 58.68018999998458,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.4576199999428354,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 60.307637999998406,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.54493699996965,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.784075999981724,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.780555000004824,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.87065999995684,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.87947600003099,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.24412600003416,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.64362300001085,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.676861000014469,
"failureMessages": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -18,11 +18,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.330827999976464,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.959494999959134,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 55.591851000033785,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.53185400000075,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 55.36515299999155,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.736448999959975,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 55.43813999998383,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.24739899998531,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.556624999968335,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 90.57234200002858,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 105.73641900002258,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 73.50420199998189,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 70.00331000000006,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 66.33210200001486,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 72.13735199999064,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 70.12790800002404,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 80.38192900002468,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.9495539999916218,
"failureMessages": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -175,14 +175,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 79.20618999999715,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 64.75457200000528,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 60.94889499997953,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 62.21827700000722,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 61.03362400003243,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 62.88160299998708,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 63.39535100001376,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 61.60098900005687,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.701829000026919,
"failureMessages": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -58,12 +58,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 60.66674900002545,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.002942999999505,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.320690000022296,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.5299080000259,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.780841000028886,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.594301000004634,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.31405300000915,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.654309000005014,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 1.6210660000215285,
"failureMessages": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -147,14 +147,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -176,69 +176,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -251,12 +251,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -272,13 +272,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 77.04011800000444,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 70.74542599997949,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 65.21629399998346,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 64.98301399999764,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 62.50492600002326,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 66.10338799998863,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 66.70167699997546,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 66.32123800000409,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.4504159999778494,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.99789599998621,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.57669600000372,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.629009999975096,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.11359199997969,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.067458000034094,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.56036400003359,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.25214799999958,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.676361999998335,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.5429000000003725,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.14646800002083,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.42696100001922,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.05785699997796,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.78028299997095,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.35420599998906,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.11606600001687,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.28920600004494,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.950454999983776,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 0.6825420000241138,
"failureMessages": [
"binary.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -17,27 +17,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - (\n - (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - (report === COMPANY_OVERVIEW &&\n - !ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - ) ?\n + (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + (report === COMPANY_OVERVIEW &&\n + !ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n <ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - : null;\n + ) : null;\n \n room = room.map((row, rowIndex) =>\n row.map((col, colIndex) =>\n - (\n - rowIndex === 0 ||\n - colIndex === 0 ||\n - rowIndex === height ||\n - colIndex === width\n - ) ?\n - 1\n - : 0,\n + rowIndex === 0 ||\n + colIndex === 0 ||\n + rowIndex === height ||\n + colIndex === width\n + ? 1\n + : 0,\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 58.90489800000796,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 59.66732700000284,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 57.947774999949615,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 58.259493999998085,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 58.197386000014376,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 57.80803300003754,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 58.746189999976195,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 57.635668999981135,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 0.6797169999917969,
"failureMessages": [
"func-call.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -16,15 +16,13 @@\n \n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n - (\n - glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n - ) ?\n - annularCooeedSplicesWalksWayWay\n - : kochabCooieGameOnOboleUnweave,\n + glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + anodyneCondosMalateOverateRetinol\n + ? annularCooeedSplicesWalksWayWay\n + : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 57.4920169999823,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 56.17853599996306,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 55.613896999973804,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 55.330262000032235,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 56.00010900001507,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 55.90344200003892,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 55.36712000000989,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 56.913157999981195,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 4.471971999970265,
"failureMessages": [
"indent-after-paren.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -298,330 +298,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo11() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo12() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n foo13 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n return new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n throw new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n void new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - (\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n .annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n .annularCooeedSplicesWalksWayWay();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)()()();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n foo.bar.baz[\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n ];\n \n const decorated = (arg, ignoreRequestError) => {\n return (\n - (\n - typeof arg === \"string\" ||\n - (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - ) ?\n - $delegate(arg, ignoreRequestError)\n - : handleAsyncOperations(arg, ignoreRequestError)).foo();\n + typeof arg === \"string\" ||\n + (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + ? $delegate(arg, ignoreRequestError)\n + : handleAsyncOperations(arg, ignoreRequestError)\n + ).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 100.38041199999861,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 101.99012999999104,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 68.78852699999698,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 70.97546899999725,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 69.36817700002575,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 74.75708099995973,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 74.24505699996371,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 71.87461699999403,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 3.382694999978412,
"failureMessages": [
"indent.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 139\n + Received + 136\n \n @@ -171,160 +171,157 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + ? bbbbbbbbbbbbbbbbbb\n + : ccccccccccccccc\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - {\n - a: 0,\n - }\n - : {\n - a:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - y:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n - };\n -\n - a ?\n - {\n - a: function () {\n - return a ?\n - {\n - a: [\n - a ?\n - {\n + a\n + ? {\n + a: 0,\n + }\n + : {\n + a: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + y: {\n + a: 0,\n + }\n + ? {\n a: 0,\n - b: [a ? [0, 1] : []],\n }\n - : [\n - [\n - 0,\n - {\n + : {\n + a: 0,\n + },\n + },\n + };\n +\n + a\n + ? {\n + a: function () {\n + return a\n + ? {\n + a: [\n + a\n + ? {\n a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a ?\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n {\n a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a ?\n - function () {\n - a ?\n - a(\n - a ?\n - {\n - a: a({\n - a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n - {\n - a: 0,\n - },\n - a ? a() : (\n - a({\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - })\n - ),\n - ),\n - a() ?\n - {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a() ?\n - {\n - a: 0,\n - }\n - : (function (a) {\n - return a() ?\n - [\n + }\n + : [\n {\n a: 0,\n - b: a(),\n },\n - ]\n - : a([\n - a ?\n - {\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n a: 0,\n - }\n - : {},\n - {\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n + }\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n a: 0,\n - },\n - ]);\n - })(\n - a ?\n - function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n - },\n - }\n - : a;\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (a) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (a) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n + },\n + }\n + : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 68.38232099998277,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 62.64728500001365,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 61.55586200003745,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 61.14431699999841,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 61.09015899995575,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 64.2045260000159,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 65.13169700000435,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 62.5141500000027,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 0.8269940000027418,
"failureMessages": [
"nested-in-condition.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 17\n + Received + 21\n \n @@ -40,43 +40,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - (\n - $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - kochabCooieGameOnOboleUnweave\n + $var = (\n + $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + ? kochabCooieGameOnOboleUnweave\n : annularCooeedSplicesWalksWayWay\n - ) ?\n - anodyneCondosMalateOverateRetinol\n + )\n + ? anodyneCondosMalateOverateRetinol\n : averredBathersBoxroomBuggyNurl;\n \n - const value =\n - (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n + const value = (\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n - ) ?\n - true ? true\n + )\n + ? true\n + ? true\n : false\n - : true ? true\n + : true\n + ? true\n : false;\n \n (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + ) ? (\n <Element>\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n </Element>\n - : <Element2>\n + ) : (\n + <Element2>\n <Sub />\n <Sub />\n <Sub />\n - </Element2>;\n + </Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 75.97924700001022,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 59.30245700001251,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 60.25933400000213,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 58.386980000010226,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 58.457781000004616,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 59.22655900003156,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 58.91620600002352,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 59.1113839999889,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 2.405458000022918,
"failureMessages": [
"nested.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -139,110 +139,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - what == \"cone\" ?\n - (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - : (p) => `here's your ${p} ${what}`;\n + what == \"cone\"\n + ? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + : (p) => `here's your ${p} ${what}`;\n \n - const value =\n - condition1 ? value1\n - : condition2 ? value2\n - : condition3 ? value3\n + const value = condition1\n + ? value1\n + : condition2\n + ? value2\n + : condition3\n + ? value3\n : value4;\n \n const StorybookLoader = ({ match }) =>\n - match.params.storyId === \"button\" ? <ButtonStorybook />\n - : match.params.storyId === \"color\" ? <ColorBook />\n - : match.params.storyId === \"typography\" ? <TypographyBook />\n - : match.params.storyId === \"loading\" ? <LoaderStorybook />\n - : match.params.storyId === \"deal-list\" ? <DealListStory />\n - : <Message>\n + match.params.storyId === \"button\" ? (\n + <ButtonStorybook />\n + ) : match.params.storyId === \"color\" ? (\n + <ColorBook />\n + ) : match.params.storyId === \"typography\" ? (\n + <TypographyBook />\n + ) : match.params.storyId === \"loading\" ? (\n + <LoaderStorybook />\n + ) : match.params.storyId === \"deal-list\" ? (\n + <DealListStory />\n + ) : (\n + <Message>\n <Title>{\"Missing story book\"}</Title>\n <Content>\n <BackButton />\n </Content>\n - </Message>;\n + </Message>\n + );\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - state == \"success\" ?\n - 1 //'Payment completed successfully'\n - : state == \"processing\" ?\n - 2 //'Payment processing'\n - : state == \"invalid_cvc\" ?\n - 3 //'There was an issue with your CVC number'\n - : (\n - true //state == 'invalid_expiry'\n - ) ?\n - 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + state == \"success\"\n + ? 1 //'Payment completed successfully'\n + : state == \"processing\"\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n - (medals[0].record ? \"-record\"\n - : medals[0].unique ? \"-unique\"\n - : medals[0].type)\n + (medals[0].record\n + ? \"-record\"\n + : medals[0].unique\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n - {medals[0].record ?\n - i18n(\"Record\")\n - : medals[0].unique ?\n - i18n(\"Unique\")\n - : medals[0].type === 0 ?\n - i18n(\"Silver\")\n - : medals[0].type === 1 ?\n - i18n(\"Gold\")\n - : medals[0].type === 2 ?\n - i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + {medals[0].record\n + ? i18n(\"Record\")\n + : medals[0].unique\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n - a ? literalline\n - : (\n - {\n - 123: 12,\n - }\n - ) ?\n - line\n - : softline;\n + a\n + ? literalline\n + : {\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n - onFailure !== undefined ? onFailure : (\n - (error) => {\n - notify(\n - typeof error === \"string\" ? error : (\n - error.message || \"ra.notification.http_error\"\n - ),\n - \"warning\",\n - {\n - _:\n - typeof error === \"string\" ? error\n - : error && error.message ? error.message\n - : undefined,\n - },\n - );\n - refresh();\n - }\n - ),\n + onFailure !== undefined\n + ? onFailure\n + : (error) => {\n + notify(\n + typeof error === \"string\"\n + ? error\n + : error.message || \"ra.notification.http_error\",\n + \"warning\",\n + {\n + _:\n + typeof error === \"string\"\n + ? error\n + : error && error.message\n + ? error.message\n + : undefined,\n + },\n + );\n + refresh();\n + },\n };\n \n showNotification(\n typeof error === \"string\" ? error : error.message || body,\n level || \"warning\",\n @@ -251,13 +268,16 @@\n undoable: false,\n },\n );\n \n const result =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 77.8077189999749,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 68.12493599997833,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 67.0510849999846,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 66.16176299995277,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 64.21924100001343,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 66.80829899996752,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 68.14152100001229,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 68.17744800000219,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 0.7898139999597333,
"failureMessages": [
"parenthesis.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -10,29 +10,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - this.state.isVisible ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n - debug ?\n - this.state.isVisible && somethingComplex ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + ? this.state.isVisible && somethingComplex\n + ? \"partially visible\"\n + : \"hidden\"\n + : null;\n \n (a) =>\n - a ?\n - () => {\n - a;\n - }\n - : () => {\n - a;\n - };\n + a\n + ? () => {\n + a;\n + }\n + : () => {\n + a;\n + };\n (a) => (a ? a : a);\n (a) =>\n a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 60.10448099998757,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 61.59410799999023,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 59.567613999999594,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 59.910511999973096,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 60.36294599995017,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 58.51168399996823,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 58.500685000035446,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 58.708508000010625,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 0.8773379999911413,
"failureMessages": [
"test.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 18\n + Received + 13\n \n @@ -17,43 +17,38 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + const obj1 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n : shortThing;\n \n - const obj2 =\n - conditionIsTruthy ? shortThing : (\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - );\n + const obj2 = conditionIsTruthy\n + ? shortThing\n + : { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - conditionIsTruthy ?\n - {\n + const obj3 = conditionIsTruthy\n + ? {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n }\n : shortThing;\n \n - const obj4 =\n - conditionIsTruthy ? shortThing : (\n - {\n + const obj4 = conditionIsTruthy\n + ? shortThing\n + : {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n - }\n - );\n + };\n \n - const obj5 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + const obj5 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n : {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 60.24579900002573,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 62.99438300001202,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 58.932740000018384,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 58.79225000005681,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 58.037063999974634,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 59.99321400001645,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 57.60895399999572,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 59.37942799995653,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 0.8052720000268891,
"failureMessages": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -18,27 +18,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - (\n - (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - (report === COMPANY_OVERVIEW &&\n - !ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - ) ?\n + (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + (report === COMPANY_OVERVIEW &&\n + !ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n <ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - : null;\n + ) : null;\n \n room = room.map((row, rowIndex) =>\n row.map((col, colIndex) =>\n - (\n - rowIndex === 0 ||\n - colIndex === 0 ||\n - rowIndex === height ||\n - colIndex === width\n - ) ?\n - 1\n - : 0,\n + rowIndex === 0 ||\n + colIndex === 0 ||\n + rowIndex === height ||\n + colIndex === width\n + ? 1\n + : 0,\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 61.63037899998017,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 62.06185999995796,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 60.04298899997957,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.339612999989185,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.789097999979276,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.31012499995995,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.647936999972444,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.694934999977704,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 0.636735999956727,
"failureMessages": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -17,15 +17,13 @@\n \n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n - (\n - glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n - ) ?\n - annularCooeedSplicesWalksWayWay\n - : kochabCooieGameOnOboleUnweave,\n + glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + anodyneCondosMalateOverateRetinol\n + ? annularCooeedSplicesWalksWayWay\n + : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 59.308938000001945,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.73314899997786,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.13406299997587,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 56.63715999998385,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 56.13605799997458,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 56.962816999992356,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 56.40762800001539,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 55.926164000004064,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 6.3824599999934435,
"failureMessages": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -299,330 +299,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo11() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo12() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n foo13 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n return new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n throw new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n void new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - (\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n .annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n .annularCooeedSplicesWalksWayWay();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)()()();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n foo.bar.baz[\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n ];\n \n const decorated = (arg, ignoreRequestError) => {\n return (\n - (\n - typeof arg === \"string\" ||\n - (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - ) ?\n - $delegate(arg, ignoreRequestError)\n - : handleAsyncOperations(arg, ignoreRequestError)).foo();\n + typeof arg === \"string\" ||\n + (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + ? $delegate(arg, ignoreRequestError)\n + : handleAsyncOperations(arg, ignoreRequestError)\n + ).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 95.18175299995346,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 73.39683099999093,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 71.36641600000439,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 69.81570499995723,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 66.65527600003406,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 72.65214999997988,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 91.22406300000148,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 72.51481399999466,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 2.8622770000365563,
"failureMessages": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 150\n + Received + 151\n \n @@ -172,160 +172,161 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + ? bbbbbbbbbbbbbbbbbb\n + : ccccccccccccccc\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - {\n - a: 0,\n - }\n - : {\n - a:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - y:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n - };\n + a\n + ? {\n + a: 0,\n + }\n + : {\n + a: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n + };\n \n - a ?\n - {\n - a: function () {\n - return a ?\n - {\n - a: [\n - a ?\n - {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a ?\n - {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a ?\n - function () {\n - a ?\n - a(\n - a ?\n - {\n - a: a({\n - a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n - {\n - a: 0,\n - },\n - a ? a() : (\n - a({\n - a: 0,\n - })\n - ),\n - ),\n - a() ?\n - {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a() ?\n - {\n - a: 0,\n - }\n - : (function (a) {\n - return a() ?\n - [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a ?\n - {\n - a: 0,\n - }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a ?\n - function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n - },\n - }\n - : a;\n + a\n + ? {\n + a: function () {\n + return a\n + ? {\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n + a: 0,\n + }\n + : [\n + {\n + a: 0,\n + },\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n + }\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n + },\n + }\n + : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 71.68126399995526,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 68.31766300002346,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 62.84273999999277,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 62.64719699998386,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 63.61212599999271,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 62.439600999990944,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 64.04527000000235,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 63.048648999945726,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 0.8154119999962859,
"failureMessages": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -41,43 +41,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - (\n - $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - kochabCooieGameOnOboleUnweave\n - : annularCooeedSplicesWalksWayWay\n - ) ?\n - anodyneCondosMalateOverateRetinol\n - : averredBathersBoxroomBuggyNurl;\n + $var = (\n + $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + ? kochabCooieGameOnOboleUnweave\n + : annularCooeedSplicesWalksWayWay\n + )\n + ? anodyneCondosMalateOverateRetinol\n + : averredBathersBoxroomBuggyNurl;\n \n - const value =\n - (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n - true ? true\n - : false\n - : true ? true\n + const value = (\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + )\n + ? true\n + ? true\n + : false\n + : true\n + ? true\n : false;\n \n (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + ) ? (\n <Element>\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n </Element>\n - : <Element2>\n + ) : (\n + <Element2>\n <Sub />\n <Sub />\n <Sub />\n - </Element2>;\n + </Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 60.47740299999714,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 59.53451500000665,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.38970800000243,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.21425799996359,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 56.74899400002323,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.77120299998205,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.43756499997107,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.40316200000234,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 1.3693420000490732,
"failureMessages": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -140,110 +140,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - what == \"cone\" ?\n - (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - : (p) => `here's your ${p} ${what}`;\n + what == \"cone\"\n + ? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + : (p) => `here's your ${p} ${what}`;\n \n - const value =\n - condition1 ? value1\n - : condition2 ? value2\n - : condition3 ? value3\n + const value = condition1\n + ? value1\n + : condition2\n + ? value2\n + : condition3\n + ? value3\n : value4;\n \n const StorybookLoader = ({ match }) =>\n - match.params.storyId === \"button\" ? <ButtonStorybook />\n - : match.params.storyId === \"color\" ? <ColorBook />\n - : match.params.storyId === \"typography\" ? <TypographyBook />\n - : match.params.storyId === \"loading\" ? <LoaderStorybook />\n - : match.params.storyId === \"deal-list\" ? <DealListStory />\n - : <Message>\n + match.params.storyId === \"button\" ? (\n + <ButtonStorybook />\n + ) : match.params.storyId === \"color\" ? (\n + <ColorBook />\n + ) : match.params.storyId === \"typography\" ? (\n + <TypographyBook />\n + ) : match.params.storyId === \"loading\" ? (\n + <LoaderStorybook />\n + ) : match.params.storyId === \"deal-list\" ? (\n + <DealListStory />\n + ) : (\n + <Message>\n <Title>{\"Missing story book\"}</Title>\n <Content>\n <BackButton />\n </Content>\n - </Message>;\n + </Message>\n + );\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - state == \"success\" ?\n - 1 //'Payment completed successfully'\n - : state == \"processing\" ?\n - 2 //'Payment processing'\n - : state == \"invalid_cvc\" ?\n - 3 //'There was an issue with your CVC number'\n - : (\n - true //state == 'invalid_expiry'\n - ) ?\n - 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + state == \"success\"\n + ? 1 //'Payment completed successfully'\n + : state == \"processing\"\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n - (medals[0].record ? \"-record\"\n - : medals[0].unique ? \"-unique\"\n - : medals[0].type)\n + (medals[0].record\n + ? \"-record\"\n + : medals[0].unique\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n - {medals[0].record ?\n - i18n(\"Record\")\n - : medals[0].unique ?\n - i18n(\"Unique\")\n - : medals[0].type === 0 ?\n - i18n(\"Silver\")\n - : medals[0].type === 1 ?\n - i18n(\"Gold\")\n - : medals[0].type === 2 ?\n - i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + {medals[0].record\n + ? i18n(\"Record\")\n + : medals[0].unique\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n - a ? literalline\n - : (\n - {\n - 123: 12,\n - }\n - ) ?\n - line\n - : softline;\n + a\n + ? literalline\n + : {\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n - onFailure !== undefined ? onFailure : (\n - (error) => {\n - notify(\n - typeof error === \"string\" ? error : (\n - error.message || \"ra.notification.http_error\"\n - ),\n - \"warning\",\n - {\n - _:\n - typeof error === \"string\" ? error\n - : error && error.message ? error.message\n - : undefined,\n - },\n - );\n - refresh();\n - }\n - ),\n + onFailure !== undefined\n + ? onFailure\n + : (error) => {\n + notify(\n + typeof error === \"string\"\n + ? error\n + : error.message || \"ra.notification.http_error\",\n + \"warning\",\n + {\n + _:\n + typeof error === \"string\"\n + ? error\n + : error && error.message\n + ? error.message\n + : undefined,\n + },\n + );\n + refresh();\n + },\n };\n \n showNotification(\n typeof error === \"string\" ? error : error.message || body,\n level || \"warning\",\n @@ -252,13 +269,16 @@\n undoable: false,\n },\n );\n \n const result =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 74.15306399995461,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 79.91128900001058,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 67.54001999995671,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 64.45172000001185,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 66.41187899996294,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 65.81551799998851,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 66.83030199998757,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 68.40127500001108,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 0.6847169999964535,
"failureMessages": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -11,29 +11,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - this.state.isVisible ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n - debug ?\n - this.state.isVisible && somethingComplex ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + ? this.state.isVisible && somethingComplex\n + ? \"partially visible\"\n + : \"hidden\"\n + : null;\n \n (a) =>\n - a ?\n - () => {\n - a;\n - }\n - : () => {\n - a;\n - };\n + a\n + ? () => {\n + a;\n + }\n + : () => {\n + a;\n + };\n (a) => (a ? a : a);\n (a) =>\n a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.42295000003651,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.35879399999976,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 60.94299599999795,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 56.26981899997918,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 56.10900900000706,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.06748700002208,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.03746099997079,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 56.93430800002534,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 0.8804339999915101,
"failureMessages": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 35\n + Received + 30\n \n @@ -18,46 +18,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - : shortThing;\n + const obj1 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + : shortThing;\n \n - const obj2 =\n - conditionIsTruthy ? shortThing : (\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - );\n + const obj2 = conditionIsTruthy\n + ? shortThing\n + : { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - conditionIsTruthy ?\n - {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - }\n - : shortThing;\n + const obj3 = conditionIsTruthy\n + ? {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + }\n + : shortThing;\n \n - const obj4 =\n - conditionIsTruthy ? shortThing : (\n - {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - }\n - );\n + const obj4 = conditionIsTruthy\n + ? shortThing\n + : {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + };\n \n - const obj5 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - : {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - };\n + const obj5 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + : {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 62.13585999998031,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.71724899997935,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.82242899999255,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.006073000025935,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.30792399996426,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 57.764234000002034,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.5024829999893,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 58.22041399998125,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 0.787720000022091,
"failureMessages": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -18,27 +18,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - \t(\n - \t\t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - \t\t(report === COMPANY_OVERVIEW &&\n - \t\t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - \t) ?\n + \t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + \t(report === COMPANY_OVERVIEW &&\n + \t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n \t\t<ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - \t:\tnull;\n + \t) : null;\n \n room = room.map((row, rowIndex) =>\n \trow.map((col, colIndex) =>\n - \t\t(\n - \t\t\trowIndex === 0 ||\n - \t\t\tcolIndex === 0 ||\n - \t\t\trowIndex === height ||\n - \t\t\tcolIndex === width\n - \t\t) ?\n - \t\t\t1\n - \t\t:\t0,\n + \t\trowIndex === 0 ||\n + \t\tcolIndex === 0 ||\n + \t\trowIndex === height ||\n + \t\tcolIndex === width\n + \t\t\t? 1\n + \t\t\t: 0,\n \t),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 60.36364500003401,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 61.249941000016406,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 59.31016599998111,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 60.2876169999945,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 59.02431100001559,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.46380099997623,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.43231999996351,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 59.175654000020586,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 0.7119470000034198,
"failureMessages": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -17,15 +17,13 @@\n \n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\t\tanodyneCondosMalateOverateRetinol\n - \t) ?\n - \t\tannularCooeedSplicesWalksWayWay\n - \t:\tkochabCooieGameOnOboleUnweave,\n + \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + \tanodyneCondosMalateOverateRetinol\n + \t\t? annularCooeedSplicesWalksWayWay\n + \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 56.96686899999622,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 56.91587799997069,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 56.78131799999392,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 55.26922600000398,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 55.87042400002247,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 56.41730600001756,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 56.31343499996001,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 55.782095000031404,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 3.045371000014711,
"failureMessages": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -299,330 +299,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo11() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo12() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n foo13 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n \treturn new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n \tthrow new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n \tvoid new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \t\tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + \tglimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n \t.annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n \t.annularCooeedSplicesWalksWayWay();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)()()();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n \tfoo.bar.baz[\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n \t];\n \n const decorated = (arg, ignoreRequestError) => {\n \treturn (\n - \t\t(\n - \t\t\ttypeof arg === \"string\" ||\n - \t\t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - \t\t) ?\n - \t\t\t$delegate(arg, ignoreRequestError)\n - \t\t:\thandleAsyncOperations(arg, ignoreRequestError)).foo();\n + \t\ttypeof arg === \"string\" ||\n + \t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + \t\t\t? $delegate(arg, ignoreRequestError)\n + \t\t\t: handleAsyncOperations(arg, ignoreRequestError)\n + \t).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n \tfn[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n \tfn?.[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn?.[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 89.20376699999906,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 73.93684500001837,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 68.15777199994773,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 67.17588699999033,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 67.18478300003335,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 69.84878000000026,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 74.87187800003449,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 70.46506800001953,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 2.4078530000406317,
"failureMessages": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 141\n + Received + 138\n \n @@ -172,160 +172,157 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n -\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t\t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - :\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaa\n + \t? bbbbbbbbbbbbbbbbbb\n + \t: ccccccccccccccc\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n - a ?\n - \t{\n - \t\ta: 0,\n - \t}\n - :\t{\n - \t\ta:\n - \t\t\t(\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t) ?\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t:\t{\n - \t\t\t\t\ty:\n - \t\t\t\t\t\t(\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t) ?\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t},\n - \t\t\t\t},\n - \t};\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - \t{\n - \t\ta: function () {\n - \t\t\treturn a ?\n - \t\t\t\t\t{\n - \t\t\t\t\t\ta: [\n - \t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t{\n + a\n + \t? {\n + \t\t\ta: 0,\n + \t }\n + \t: {\n + \t\t\ta: {\n + \t\t\t\ta: 0,\n + \t\t\t}\n + \t\t\t\t? {\n + \t\t\t\t\t\ta: 0,\n + \t\t\t\t }\n + \t\t\t\t: {\n + \t\t\t\t\t\ty: {\n + \t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t}\n + \t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n - \t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t[\n - \t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t: {\n + \t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t },\n + \t\t\t\t },\n + \t };\n +\n + a\n + \t? {\n + \t\t\ta: function () {\n + \t\t\t\treturn a\n + \t\t\t\t\t? {\n + \t\t\t\t\t\t\ta: [\n + \t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n - \t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\t\t\treturn a ?\n + \t\t\t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n + \t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t0,\n \t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t];\n - \t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t],\n - \t\t\t\t\t}\n - \t\t\t\t:\t[\n - \t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}),\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta ? a() : (\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta({\n + \t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n + \t\t\t\t\t\t\t\t\t\t\t],\n + \t\t\t\t\t\t\t\t\t\t\tfunction () {\n + \t\t\t\t\t\t\t\t\t\t\t\treturn a\n + \t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t})\n - \t\t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\t)\n - \t\t\t\t\t\t\t\t:\ta(\n - \t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t(function (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\treturn a() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t: [\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]\n - \t\t\t\t\t\t\t\t\t\t\t\t\t:\ta([\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t ];\n + \t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t],\n + \t\t\t\t\t }\n + \t\t\t\t\t: [\n + \t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t? function () {\n + \t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t? a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a({\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t\t\t\t\t )\n + \t\t\t\t\t\t\t\t\t\t\t: a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]);\n - \t\t\t\t\t\t\t\t\t\t\t})(\n - \t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t);\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\tfunction () {},\n - \t\t\t\t\t];\n - \t\t},\n - \t}\n - :\ta;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: (function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a([\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]);\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t })(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t },\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ),\n + \t\t\t\t\t\t\t\t\t\t\t );\n + \t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t: function () {},\n + \t\t\t\t\t ];\n + \t\t\t},\n + \t }\n + \t: a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 68.99860599997919,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 62.564489000011235,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 63.65475799998967,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 59.88407900003949,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 60.449477999995,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 61.210347999993246,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 61.211463000043295,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 61.59366700000828,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 0.7477749999961816,
"failureMessages": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -41,43 +41,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - \t(\n - \t\t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - \t\t\tkochabCooieGameOnOboleUnweave\n - \t\t:\tannularCooeedSplicesWalksWayWay\n - \t) ?\n - \t\tanodyneCondosMalateOverateRetinol\n - \t:\taverredBathersBoxroomBuggyNurl;\n + $var = (\n + \t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + \t\t? kochabCooieGameOnOboleUnweave\n + \t\t: annularCooeedSplicesWalksWayWay\n + )\n + \t? anodyneCondosMalateOverateRetinol\n + \t: averredBathersBoxroomBuggyNurl;\n \n - const value =\n - \t(\n - \t\tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t\t:\tglimseGlyphsHazardNoopsTieTie\n - \t) ?\n - \t\ttrue ? true\n - \t\t:\tfalse\n - \t: true ? true\n + const value = (\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + )\n + \t? true\n + \t\t? true\n + \t\t: false\n + \t: true\n + \t? true\n \t: false;\n \n (\n - \tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t:\tglimseGlyphsHazardNoopsTieTie\n - ) ?\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + ) ? (\n \t<Element>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t</Element>\n - :\t<Element2>\n + ) : (\n + \t<Element2>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n - \t</Element2>;\n + \t</Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 59.529837999958545,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.41512399999192,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.02234700002009,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.66265100002056,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.48649400001159,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.035536999988835,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.373907000001054,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.90899700002046,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 1.1702580000273883,
"failureMessages": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -140,110 +140,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - \twhat == \"cone\" ?\n - \t\t(p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - \t:\t(p) => `here's your ${p} ${what}`;\n + \twhat == \"cone\"\n + \t\t? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + \t\t: (p) => `here's your ${p} ${what}`;\n \n - const value =\n - \tcondition1 ? value1\n - \t: condition2 ? value2\n - \t: condition3 ? value3\n + const value = condition1\n + \t? value1\n + \t: condition2\n + \t? value2\n + \t: condition3\n + \t? value3\n \t: value4;\n \n const StorybookLoader = ({ match }) =>\n - \tmatch.params.storyId === \"button\" ? <ButtonStorybook />\n - \t: match.params.storyId === \"color\" ? <ColorBook />\n - \t: match.params.storyId === \"typography\" ? <TypographyBook />\n - \t: match.params.storyId === \"loading\" ? <LoaderStorybook />\n - \t: match.params.storyId === \"deal-list\" ? <DealListStory />\n - \t: <Message>\n + \tmatch.params.storyId === \"button\" ? (\n + \t\t<ButtonStorybook />\n + \t) : match.params.storyId === \"color\" ? (\n + \t\t<ColorBook />\n + \t) : match.params.storyId === \"typography\" ? (\n + \t\t<TypographyBook />\n + \t) : match.params.storyId === \"loading\" ? (\n + \t\t<LoaderStorybook />\n + \t) : match.params.storyId === \"deal-list\" ? (\n + \t\t<DealListStory />\n + \t) : (\n + \t\t<Message>\n \t\t\t<Title>{\"Missing story book\"}</Title>\n \t\t\t<Content>\n \t\t\t\t<BackButton />\n \t\t\t</Content>\n - \t\t</Message>;\n + \t\t</Message>\n + \t);\n \n const message =\n - \ti % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - \t: i % 3 === 0 ? \"fizz\"\n - \t: i % 5 === 0 ? \"buzz\"\n - \t: String(i);\n + \ti % 3 === 0 && i % 5 === 0\n + \t\t? \"fizzbuzz\"\n + \t\t: i % 3 === 0\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n - \tstate == \"success\" ? \"Payment completed successfully\"\n - \t: state == \"processing\" ? \"Payment processing\"\n - \t: state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - \t: state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - \t: \"There was an issue with the payment. Please contact support.\";\n + \tstate == \"success\"\n + \t\t? \"Payment completed successfully\"\n + \t\t: state == \"processing\"\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - \tstate == \"success\" ?\n - \t\t1 //'Payment completed successfully'\n - \t: state == \"processing\" ?\n - \t\t2 //'Payment processing'\n - \t: state == \"invalid_cvc\" ?\n - \t\t3 //'There was an issue with your CVC number'\n - \t: (\n - \t\ttrue //state == 'invalid_expiry'\n - \t) ?\n - \t\t4 //'Expiry must be sometime in the past.'\n - \t:\t5; // 'There was an issue with the payment. Please contact support.'\n + \tstate == \"success\"\n + \t\t? 1 //'Payment completed successfully'\n + \t\t: state == \"processing\"\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n - \t\t\t(medals[0].record ? \"-record\"\n - \t\t\t: medals[0].unique ? \"-unique\"\n - \t\t\t: medals[0].type)\n + \t\t\t(medals[0].record\n + \t\t\t\t? \"-record\"\n + \t\t\t\t: medals[0].unique\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n - \t\t{medals[0].record ?\n - \t\t\ti18n(\"Record\")\n - \t\t: medals[0].unique ?\n - \t\t\ti18n(\"Unique\")\n - \t\t: medals[0].type === 0 ?\n - \t\t\ti18n(\"Silver\")\n - \t\t: medals[0].type === 1 ?\n - \t\t\ti18n(\"Gold\")\n - \t\t: medals[0].type === 2 ?\n - \t\t\ti18n(\"Platinum\")\n - \t\t:\ti18n(\"Theme\")}\n + \t\t{medals[0].record\n + \t\t\t? i18n(\"Record\")\n + \t\t\t: medals[0].unique\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n - a ? literalline\n - : (\n - \t{\n - \t\t123: 12,\n - \t}\n - ) ?\n - \tline\n - :\tsoftline;\n + a\n + \t? literalline\n + \t: {\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n - \t\tonFailure !== undefined ? onFailure : (\n - \t\t\t(error) => {\n - \t\t\t\tnotify(\n - \t\t\t\t\ttypeof error === \"string\" ? error : (\n - \t\t\t\t\t\terror.message || \"ra.notification.http_error\"\n - \t\t\t\t\t),\n - \t\t\t\t\t\"warning\",\n - \t\t\t\t\t{\n - \t\t\t\t\t\t_:\n - \t\t\t\t\t\t\ttypeof error === \"string\" ? error\n - \t\t\t\t\t\t\t: error && error.message ? error.message\n - \t\t\t\t\t\t\t: undefined,\n - \t\t\t\t\t},\n - \t\t\t\t);\n - \t\t\t\trefresh();\n - \t\t\t}\n - \t\t),\n + \t\tonFailure !== undefined\n + \t\t\t? onFailure\n + \t\t\t: (error) => {\n + \t\t\t\t\tnotify(\n + \t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t: error.message || \"ra.notification.http_error\",\n + \t\t\t\t\t\t\"warning\",\n + \t\t\t\t\t\t{\n + \t\t\t\t\t\t\t_:\n + \t\t\t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t\t\t: error && error.message\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n + \t\t\t\t\t\t},\n + \t\t\t\t\t);\n + \t\t\t\t\trefresh();\n + \t\t\t },\n };\n \n showNotification(\n \ttypeof error === \"string\" ? error : error.message || body,\n \tlevel || \"warning\",\n @@ -252,13 +269,16 @@\n \t\tundoable: false,\n \t},\n );\n \n const result =\n - \tchildren && !isEmptyChildren(children) ? children\n - \t: props.match ?\n - \t\tcomponent ? React.createElement(component, props)\n - \t\t: render ? render(props)\n - \t\t: null\n - \t:\tnull;\n + \tchildren && !isEmptyChildren(children)\n + \t\t? children\n + \t\t: props.match\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 73.44438099995023,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 70.43881899997359,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 64.62997100001667,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 64.9153299999889,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 64.11995000002207,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 66.92976500000805,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 67.25801700004376,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 65.34849900001427,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 0.7266339999623597,
"failureMessages": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -11,29 +11,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - \tthis.state.isVisible ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n - debug ?\n - \tthis.state.isVisible && somethingComplex ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + \t? this.state.isVisible && somethingComplex\n + \t\t? \"partially visible\"\n + \t\t: \"hidden\"\n + \t: null;\n \n (a) =>\n - \ta ?\n - \t\t() => {\n - \t\t\ta;\n - \t\t}\n - \t:\t() => {\n - \t\t\ta;\n - \t\t};\n + \ta\n + \t\t? () => {\n + \t\t\t\ta;\n + \t\t }\n + \t\t: () => {\n + \t\t\t\ta;\n + \t\t };\n (a) => (a ? a : a);\n (a) =>\n \ta ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.20203899999615,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.96276399999624,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.497824000020046,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.819309999991674,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.30268999998225,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 59.021632999996655,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 56.63494800002081,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.92953000002308,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 0.7840330000035465,
"failureMessages": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 23\n + Received + 18\n \n @@ -18,46 +18,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\tshortThing;\n + const obj1 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: shortThing;\n \n - const obj2 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t);\n + const obj2 = conditionIsTruthy\n + \t? shortThing\n + \t: { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - \tconditionIsTruthy ?\n - \t\t{\n + const obj3 = conditionIsTruthy\n + \t? {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t:\tshortThing;\n + \t }\n + \t: shortThing;\n \n - const obj4 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{\n + const obj4 = conditionIsTruthy\n + \t? shortThing\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t);\n + \t };\n \n - const obj5 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\t{\n + const obj5 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t};\n + \t };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 72.17096600000514,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 59.85610999999335,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.09870199998841,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.69020300003467,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.532145000004675,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.4711440000101,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 58.346088999998756,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 57.923410000046715,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.7759770000120625,
"failureMessages": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -19,27 +19,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - \t(\n - \t\t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - \t\t(report === COMPANY_OVERVIEW &&\n - \t\t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - \t) ?\n + \t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + \t(report === COMPANY_OVERVIEW &&\n + \t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n \t\t<ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - \t:\tnull;\n + \t) : null;\n \n room = room.map((row, rowIndex) =>\n \trow.map((col, colIndex) =>\n - \t\t(\n - \t\t\trowIndex === 0 ||\n - \t\t\tcolIndex === 0 ||\n - \t\t\trowIndex === height ||\n - \t\t\tcolIndex === width\n - \t\t) ?\n - \t\t\t1\n - \t\t:\t0,\n + \t\trowIndex === 0 ||\n + \t\tcolIndex === 0 ||\n + \t\trowIndex === height ||\n + \t\tcolIndex === width\n + \t\t\t? 1\n + \t\t\t: 0,\n \t),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.404750999994576,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.636201999965124,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.064850999973714,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.38039499998558,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 59.145653999992646,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.197749999992084,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.672183999966364,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.77090499998303,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.6399119999841787,
"failureMessages": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -18,15 +18,13 @@\n \n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\t\tanodyneCondosMalateOverateRetinol\n - \t) ?\n - \t\tannularCooeedSplicesWalksWayWay\n - \t:\tkochabCooieGameOnOboleUnweave,\n + \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + \tanodyneCondosMalateOverateRetinol\n + \t\t? annularCooeedSplicesWalksWayWay\n + \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 55.38380300003337,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 55.59846299997298,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.003740999964066,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.02642999996897,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 55.23175600002287,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.65556399995694,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 55.57261400000425,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.81293399998685,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 3.4849369999719784,
"failureMessages": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -300,330 +300,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo11() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo12() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n foo13 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n \treturn new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n \tthrow new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n \tvoid new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \t\tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + \tglimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n \t.annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n \t.annularCooeedSplicesWalksWayWay();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)()()();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n \tfoo.bar.baz[\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n \t];\n \n const decorated = (arg, ignoreRequestError) => {\n \treturn (\n - \t\t(\n - \t\t\ttypeof arg === \"string\" ||\n - \t\t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - \t\t) ?\n - \t\t\t$delegate(arg, ignoreRequestError)\n - \t\t:\thandleAsyncOperations(arg, ignoreRequestError)).foo();\n + \t\ttypeof arg === \"string\" ||\n + \t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + \t\t\t? $delegate(arg, ignoreRequestError)\n + \t\t\t: handleAsyncOperations(arg, ignoreRequestError)\n + \t).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n \tfn[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n \tfn?.[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn?.[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 88.19427099998575,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 74.16032800002722,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 67.66535700001987,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 67.70420099998591,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 66.75468600000022,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 70.46004599996377,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 73.42141700000502,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 72.56659399997443,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 2.1209450000314973,
"failureMessages": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 141\n + Received + 142\n \n @@ -173,160 +173,161 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + \t? bbbbbbbbbbbbbbbbbb\n + \t: ccccccccccccccc\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t\t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - :\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - \t{\n - \t\ta: 0,\n - \t}\n - :\t{\n - \t\ta:\n - \t\t\t(\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t) ?\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t:\t{\n - \t\t\t\t\ty:\n - \t\t\t\t\t\t(\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t) ?\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t},\n - \t\t\t\t},\n - \t};\n -\n - a ?\n - \t{\n - \t\ta: function () {\n - \t\t\treturn a ?\n - \t\t\t\t\t{\n - \t\t\t\t\t\ta: [\n - \t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t{\n + a\n + \t? {\n + \t\t\ta: 0,\n + \t }\n + \t: {\n + \t\t\ta: {\n + \t\t\t\ta: 0,\n + \t\t\t}\n + \t\t\t\t? {\n + \t\t\t\t\t\ta: 0,\n + \t\t\t\t }\n + \t\t\t\t: {\n + \t\t\t\t\t\ty: {\n + \t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t}\n + \t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n - \t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t[\n - \t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t: {\n + \t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t },\n + \t\t\t\t },\n + \t };\n +\n + a\n + \t? {\n + \t\t\ta: function () {\n + \t\t\t\treturn a\n + \t\t\t\t\t? {\n + \t\t\t\t\t\t\ta: [\n + \t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n - \t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\t\t\treturn a ?\n + \t\t\t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n + \t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t0,\n \t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t];\n - \t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t],\n - \t\t\t\t\t}\n - \t\t\t\t:\t[\n - \t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: a({\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}),\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta ? a() : (\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta({\n + \t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n + \t\t\t\t\t\t\t\t\t\t\t],\n + \t\t\t\t\t\t\t\t\t\t\tfunction () {\n + \t\t\t\t\t\t\t\t\t\t\t\treturn a\n + \t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t})\n - \t\t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\t)\n - \t\t\t\t\t\t\t\t:\ta(\n - \t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t(function (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\treturn a() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t: [\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]\n - \t\t\t\t\t\t\t\t\t\t\t\t\t:\ta([\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t ];\n + \t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t],\n + \t\t\t\t\t }\n + \t\t\t\t\t: [\n + \t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t? function () {\n + \t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t? a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a({\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t\t\t\t\t )\n + \t\t\t\t\t\t\t\t\t\t\t: a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]);\n - \t\t\t\t\t\t\t\t\t\t\t})(\n - \t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t);\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\tfunction () {},\n - \t\t\t\t\t];\n - \t\t},\n - \t}\n - :\ta;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: (function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a([\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]);\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t })(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? function (\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: function (\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t },\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ),\n + \t\t\t\t\t\t\t\t\t\t\t );\n + \t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t: function () {},\n + \t\t\t\t\t ];\n + \t\t\t},\n + \t }\n + \t: a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 73.09143199998653,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 61.64728400000604,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 65.31722200004151,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 61.177436999976635,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 61.17916300002253,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 62.78146000002744,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 64.49760300002526,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 66.43127199995797,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.8106629999820143,
"failureMessages": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -42,43 +42,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - \t(\n - \t\t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - \t\t\tkochabCooieGameOnOboleUnweave\n - \t\t:\tannularCooeedSplicesWalksWayWay\n - \t) ?\n - \t\tanodyneCondosMalateOverateRetinol\n - \t:\taverredBathersBoxroomBuggyNurl;\n + $var = (\n + \t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + \t\t? kochabCooieGameOnOboleUnweave\n + \t\t: annularCooeedSplicesWalksWayWay\n + )\n + \t? anodyneCondosMalateOverateRetinol\n + \t: averredBathersBoxroomBuggyNurl;\n \n - const value =\n - \t(\n - \t\tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t\t:\tglimseGlyphsHazardNoopsTieTie\n - \t) ?\n - \t\ttrue ? true\n - \t\t:\tfalse\n - \t: true ? true\n + const value = (\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + )\n + \t? true\n + \t\t? true\n + \t\t: false\n + \t: true\n + \t? true\n \t: false;\n \n (\n - \tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t:\tglimseGlyphsHazardNoopsTieTie\n - ) ?\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + ) ? (\n \t<Element>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t</Element>\n - :\t<Element2>\n + ) : (\n + \t<Element2>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n - \t</Element2>;\n + \t</Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 64.31020000000717,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 61.38916100002825,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.36305500002345,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.82177100004628,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.86384399997769,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.23503799998434,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.47025200002827,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.322509000019636,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 1.2936399999889545,
"failureMessages": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -141,110 +141,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - \twhat == \"cone\" ?\n - \t\t(p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - \t:\t(p) => `here's your ${p} ${what}`;\n + \twhat == \"cone\"\n + \t\t? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + \t\t: (p) => `here's your ${p} ${what}`;\n \n - const value =\n - \tcondition1 ? value1\n - \t: condition2 ? value2\n - \t: condition3 ? value3\n + const value = condition1\n + \t? value1\n + \t: condition2\n + \t? value2\n + \t: condition3\n + \t? value3\n \t: value4;\n \n const StorybookLoader = ({ match }) =>\n - \tmatch.params.storyId === \"button\" ? <ButtonStorybook />\n - \t: match.params.storyId === \"color\" ? <ColorBook />\n - \t: match.params.storyId === \"typography\" ? <TypographyBook />\n - \t: match.params.storyId === \"loading\" ? <LoaderStorybook />\n - \t: match.params.storyId === \"deal-list\" ? <DealListStory />\n - \t: <Message>\n + \tmatch.params.storyId === \"button\" ? (\n + \t\t<ButtonStorybook />\n + \t) : match.params.storyId === \"color\" ? (\n + \t\t<ColorBook />\n + \t) : match.params.storyId === \"typography\" ? (\n + \t\t<TypographyBook />\n + \t) : match.params.storyId === \"loading\" ? (\n + \t\t<LoaderStorybook />\n + \t) : match.params.storyId === \"deal-list\" ? (\n + \t\t<DealListStory />\n + \t) : (\n + \t\t<Message>\n \t\t\t<Title>{\"Missing story book\"}</Title>\n \t\t\t<Content>\n \t\t\t\t<BackButton />\n \t\t\t</Content>\n - \t\t</Message>;\n + \t\t</Message>\n + \t);\n \n const message =\n - \ti % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - \t: i % 3 === 0 ? \"fizz\"\n - \t: i % 5 === 0 ? \"buzz\"\n - \t: String(i);\n + \ti % 3 === 0 && i % 5 === 0\n + \t\t? \"fizzbuzz\"\n + \t\t: i % 3 === 0\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n - \tstate == \"success\" ? \"Payment completed successfully\"\n - \t: state == \"processing\" ? \"Payment processing\"\n - \t: state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - \t: state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - \t: \"There was an issue with the payment. Please contact support.\";\n + \tstate == \"success\"\n + \t\t? \"Payment completed successfully\"\n + \t\t: state == \"processing\"\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - \tstate == \"success\" ?\n - \t\t1 //'Payment completed successfully'\n - \t: state == \"processing\" ?\n - \t\t2 //'Payment processing'\n - \t: state == \"invalid_cvc\" ?\n - \t\t3 //'There was an issue with your CVC number'\n - \t: (\n - \t\ttrue //state == 'invalid_expiry'\n - \t) ?\n - \t\t4 //'Expiry must be sometime in the past.'\n - \t:\t5; // 'There was an issue with the payment. Please contact support.'\n + \tstate == \"success\"\n + \t\t? 1 //'Payment completed successfully'\n + \t\t: state == \"processing\"\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n - \t\t\t(medals[0].record ? \"-record\"\n - \t\t\t: medals[0].unique ? \"-unique\"\n - \t\t\t: medals[0].type)\n + \t\t\t(medals[0].record\n + \t\t\t\t? \"-record\"\n + \t\t\t\t: medals[0].unique\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n - \t\t{medals[0].record ?\n - \t\t\ti18n(\"Record\")\n - \t\t: medals[0].unique ?\n - \t\t\ti18n(\"Unique\")\n - \t\t: medals[0].type === 0 ?\n - \t\t\ti18n(\"Silver\")\n - \t\t: medals[0].type === 1 ?\n - \t\t\ti18n(\"Gold\")\n - \t\t: medals[0].type === 2 ?\n - \t\t\ti18n(\"Platinum\")\n - \t\t:\ti18n(\"Theme\")}\n + \t\t{medals[0].record\n + \t\t\t? i18n(\"Record\")\n + \t\t\t: medals[0].unique\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n - a ? literalline\n - : (\n - \t{\n - \t\t123: 12,\n - \t}\n - ) ?\n - \tline\n - :\tsoftline;\n + a\n + \t? literalline\n + \t: {\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n - \t\tonFailure !== undefined ? onFailure : (\n - \t\t\t(error) => {\n - \t\t\t\tnotify(\n - \t\t\t\t\ttypeof error === \"string\" ? error : (\n - \t\t\t\t\t\terror.message || \"ra.notification.http_error\"\n - \t\t\t\t\t),\n - \t\t\t\t\t\"warning\",\n - \t\t\t\t\t{\n - \t\t\t\t\t\t_:\n - \t\t\t\t\t\t\ttypeof error === \"string\" ? error\n - \t\t\t\t\t\t\t: error && error.message ? error.message\n - \t\t\t\t\t\t\t: undefined,\n - \t\t\t\t\t},\n - \t\t\t\t);\n - \t\t\t\trefresh();\n - \t\t\t}\n - \t\t),\n + \t\tonFailure !== undefined\n + \t\t\t? onFailure\n + \t\t\t: (error) => {\n + \t\t\t\t\tnotify(\n + \t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t: error.message || \"ra.notification.http_error\",\n + \t\t\t\t\t\t\"warning\",\n + \t\t\t\t\t\t{\n + \t\t\t\t\t\t\t_:\n + \t\t\t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t\t\t: error && error.message\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n + \t\t\t\t\t\t},\n + \t\t\t\t\t);\n + \t\t\t\t\trefresh();\n + \t\t\t },\n };\n \n showNotification(\n \ttypeof error === \"string\" ? error : error.message || body,\n \tlevel || \"warning\",\n @@ -253,13 +270,16 @@\n \t\tundoable: false,\n \t},\n );\n \n const result =\n - \tchildren && !isEmptyChildren(children) ? children\n - \t: props.match ?\n - \t\tcomponent ? React.createElement(component, props)\n - \t\t: render ? render(props)\n - \t\t: null\n - \t:\tnull;\n + \tchildren && !isEmptyChildren(children)\n + \t\t? children\n + \t\t: props.match\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 80.07995400001528,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 66.23132699995767,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 63.01373100001365,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 63.994367000006605,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 63.141380999994,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 66.0107629999984,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 65.27861400000984,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 66.31718900002306,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.7825200000079349,
"failureMessages": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -12,29 +12,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - \tthis.state.isVisible ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n - debug ?\n - \tthis.state.isVisible && somethingComplex ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + \t? this.state.isVisible && somethingComplex\n + \t\t? \"partially visible\"\n + \t\t: \"hidden\"\n + \t: null;\n \n (a) =>\n - \ta ?\n - \t\t() => {\n - \t\t\ta;\n - \t\t}\n - \t:\t() => {\n - \t\t\ta;\n - \t\t};\n + \ta\n + \t\t? () => {\n + \t\t\t\ta;\n + \t\t }\n + \t\t: () => {\n + \t\t\t\ta;\n + \t\t };\n (a) => (a ? a : a);\n (a) =>\n \ta ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.11503900005482,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.79573100002017,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 55.441940999997314,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 55.8325499999919,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.60485099995276,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.29170800000429,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.27593900001375,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.31094400002621,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.7966160000069067,
"failureMessages": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 23\n + Received + 18\n \n @@ -19,46 +19,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\tshortThing;\n + const obj1 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: shortThing;\n \n - const obj2 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t);\n + const obj2 = conditionIsTruthy\n + \t? shortThing\n + \t: { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - \tconditionIsTruthy ?\n - \t\t{\n + const obj3 = conditionIsTruthy\n + \t? {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t:\tshortThing;\n + \t }\n + \t: shortThing;\n \n - const obj4 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{\n + const obj4 = conditionIsTruthy\n + \t? shortThing\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t);\n + \t };\n \n - const obj5 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\t{\n + const obj5 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t};\n + \t };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 60.161304000008386,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.84582300001057,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.78166099998634,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 56.99934300000314,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.42615100002149,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.29115800000727,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 57.811502999975346,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 58.4729899999802,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "empty.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -10,13 +10,13 @@\n import * as foo from \"foo.json\"\n import * as bar from \"bar.json\" assert { }\n import * as baz from \"baz.json\" assert { /* comment */ }\n =====================================output=====================================\n export * as foo from \"foo.json\";\n - export * as bar from \"bar.json\";\n - export * as baz from \"baz.json\" /* comment */;\n + export * as bar from \"bar.json\" assert {};\n + export * as baz from \"baz.json\" assert { /* comment */ };\n \n import * as foo from \"foo.json\";\n - import * as bar from \"bar.json\";\n - import * as baz from \"baz.json\" /* comment */;\n + import * as bar from \"bar.json\" assert {};\n + import * as baz from \"baz.json\" assert { /* comment */ };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 9)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 55,
"numPendingTests": 0,
"perfStats": {
"start": 103328.11243800004,
"end": 105365.59905399999,
"runtime": 2037,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 28,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-assertions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.43498699995689094,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 58.302605999982916,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 1.9325599999865517,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.93545799999265,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.9540019999840297,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 55.732531999994535,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 56.59742300002836,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.6910490000154823,
"failureMessages": [
"empty.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -10,13 +10,13 @@\n import * as foo from \"foo.json\"\n import * as bar from \"bar.json\" assert { }\n import * as baz from \"baz.json\" assert { /* comment */ }\n =====================================output=====================================\n export * as foo from \"foo.json\";\n - export * as bar from \"bar.json\";\n - export * as baz from \"baz.json\" /* comment */;\n + export * as bar from \"bar.json\" assert {};\n + export * as baz from \"baz.json\" assert { /* comment */ };\n \n import * as foo from \"foo.json\";\n - import * as bar from \"bar.json\";\n - import * as baz from \"baz.json\" /* comment */;\n + import * as bar from \"bar.json\" assert {};\n + import * as baz from \"baz.json\" assert { /* comment */ };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 9)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 56.317129000031855,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 1.3602349999709986,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.7457300000241958,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 1.0042370000155643,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 56.189698999980465,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 56.77901300002122,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.42665099998703226,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 55.33590300002834,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 1.2297099999850616,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.704061999975238,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.7538160000112839,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 55.52683599997545,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 55.869899999990594,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.4254390000132844,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 55.49472600000445,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 1.0908589999889955,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 1.4684390000184067,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.6853469999623485,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 56.77005099999951,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 55.94557799998438,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 0.4685400000307709,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 56.28665699996054,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 56.572616999968886,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 55.51351400004933,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 55.45224999997299,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 56.31681199994637,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 55.84355799999321,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 0.48162500001490116,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 57.104032999952324,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 1.3375620000297204,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 0.7541269999928772,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 0.7548079999978654,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 57.05754400003934,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 57.06251100002555,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.5239440000150353,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 57.83126100001391,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 1.1551200000103563,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.7722209999919869,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.7093330000061542,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 56.0399740000139,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 56.05293399997754,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.45381300000008196,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 55.596171999990474,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 1.0836160000180826,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.6937130000442266,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.6790049999835901,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 55.51427699998021,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 55.65325099998154,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "import-source-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 5\n \n @@ -4,8 +4,12 @@\n | printWidth\n =====================================input======================================\n import source s from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import source s from \"x\" with { attr: \"val\" };\n + import source\n + s;\n + from;\n + (\"x\");\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source-binding-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-from.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import source from from \"x\";\n \n =====================================output=====================================\n - import source from from \"x\";\n + import source from\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source-binding-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source source from \"x\";\n \n =====================================output=====================================\n - import source source from \"x\";\n + import source\n + source;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source x from \"x\";\n \n =====================================output=====================================\n - import source x from \"x\";\n + import source\n + x;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 41,
"numPendingTests": 0,
"perfStats": {
"start": 105416.161134,
"end": 106394.518529,
"runtime": 978,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 31,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/source-phase-imports/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"default-binding.js"
],
"duration": 0.42836399999214336,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"default-binding.js"
],
"duration": 55.745180000027176,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"default-binding.js"
],
"duration": 55.14896099996986,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"default-binding.js"
],
"duration": 56.0325170000433,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"default-binding.js"
],
"duration": 55.93410299997777,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source-attributes-declaration.js"
],
"duration": 0.6852870000293478,
"failureMessages": [
"import-source-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 5\n \n @@ -4,8 +4,12 @@\n | printWidth\n =====================================input======================================\n import source s from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import source s from \"x\" with { attr: \"val\" };\n + import source\n + s;\n + from;\n + (\"x\");\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-source-attributes-declaration.js"
],
"duration": 1.059110000031069,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source-attributes-declaration.js"
],
"duration": 0.7116270000115037,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source-attributes-declaration.js"
],
"duration": 0.6974310000077821,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source-attributes-declaration.js"
],
"duration": 56.4923879999551,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source-attributes-expression.js"
],
"duration": 0.4457469999906607,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-source-attributes-expression.js"
],
"duration": 1.1912180000217631,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source-attributes-expression.js"
],
"duration": 0.7526139999972656,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source-attributes-expression.js"
],
"duration": 0.7791439999709837,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source-attributes-expression.js"
],
"duration": 56.74938300001668,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source-binding-from.js"
],
"duration": 0.6186220000381581,
"failureMessages": [
"import-source-binding-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-from.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import source from from \"x\";\n \n =====================================output=====================================\n - import source from from \"x\";\n + import source from\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-source-binding-from.js"
],
"duration": 1.0048380000516772,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source-binding-from.js"
],
"duration": 0.6911390000022948,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source-binding-from.js"
],
"duration": 0.6897360000293702,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source-binding-from.js"
],
"duration": 55.56821299996227,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source-binding-source.js"
],
"duration": 0.6028829999850132,
"failureMessages": [
"import-source-binding-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source source from \"x\";\n \n =====================================output=====================================\n - import source source from \"x\";\n + import source\n + source;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-source-binding-source.js"
],
"duration": 1.0349949999945238,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source-binding-source.js"
],
"duration": 0.6945950000081211,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source-binding-source.js"
],
"duration": 0.6905470000347123,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source-binding-source.js"
],
"duration": 54.472114000003785,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source-dynamic-import.js"
],
"duration": 0.4427209999994375,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-source-dynamic-import.js"
],
"duration": 1.0663340000319295,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source-dynamic-import.js"
],
"duration": 0.7082700000028126,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source-dynamic-import.js"
],
"duration": 0.6704599999939092,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source-dynamic-import.js"
],
"duration": 55.52034899999853,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source.js"
],
"duration": 0.6810500000137836,
"failureMessages": [
"import-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source x from \"x\";\n \n =====================================output=====================================\n - import source x from \"x\";\n + import source\n + x;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-source.js"
],
"duration": 1.0448929999838583,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source.js"
],
"duration": 0.6902370000025257,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source.js"
],
"duration": 0.6876920000067912,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source.js"
],
"duration": 57.114178000018,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 1.5654400000348687,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.738456999999471,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.6752589999814518,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.6646080000209622,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.7347500000032596,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-namespace.js"
],
"duration": 0.7044339999556541,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"no-namespace.js"
],
"duration": 0.6244830000214279,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-namespace.js"
],
"duration": 0.6642979999887757,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-namespace.js"
],
"duration": 0.6115589999826625,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-namespace.js"
],
"duration": 0.7565619999659248,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 153,
"numPendingTests": 0,
"perfStats": {
"start": 106444.38684300001,
"end": 115007.03452700004,
"runtime": 8563,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 0.31264800002099946,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 56.27124600001844,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.45760699996026,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.22832599998219,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.92990300001111,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 56.12544200004777,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 56.16724699997576,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.511037999996915,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 54.394196999957785,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 0.2870589999947697,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.941127000027336,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.6752250000136,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.04519899998559,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.33158200001344,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.49109299998963,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.801096999959555,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 54.911231000034604,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.859299000003375,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 0.29164799995487556,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 55.56783300003735,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 55.27811900002416,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.15999700000975,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 54.8138119999785,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 55.09344699996291,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 55.31523000000743,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 55.76408000005176,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 59.01037500001257,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 0.2895439999992959,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 55.97487799997907,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 55.372483999992255,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 55.334434999967925,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 57.31070799997542,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 55.40519899997162,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 55.93812900001649,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 57.23278900003061,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 55.61298999999417,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 0.3320229999953881,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 55.22646199999144,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 55.966622000036296,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 55.629719999968074,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 54.92243000003509,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 55.685124000010546,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 55.6921470000525,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 54.90605999995023,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 55.277876000036485,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 0.2922089999774471,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 55.25938599999063,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 56.98902300000191,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 56.356437999987975,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 57.11129999998957,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 55.57566799997585,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 55.07407400000375,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 54.718877999985125,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 56.340176000026986,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 0.29455299995606765,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 54.995049999968614,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 55.64702799997758,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 56.02601799997501,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 55.21234499994898,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 55.62652300001355,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 55.68116499995813,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 55.28028499998618,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 56.15834600001108,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 0.4369309999747202,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 55.334313999977894,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 56.419364999979734,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 56.0175300000119,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 57.8997790000285,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 56.20537400001194,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 56.89075300004333,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 55.88712799997302,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 56.866169000044465,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 0.513474999985192,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 56.62189300003229,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 58.625691000022925,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 57.496053000038955,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 57.68352199997753,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 56.62329399998998,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 56.217218000034336,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 56.48256199999014,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 59.334040000045206,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 0.42836499999975786,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 55.940698999969754,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 56.89131899998756,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 56.78510099998675,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 55.32367900002282,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 56.114090999995824,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 54.89089400001103,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 55.16209900000831,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 55.611135000013746,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 0.4891489999718033,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 57.08048000000417,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 56.775299999979325,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 55.15482500003418,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 55.30014599999413,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 55.371094000001904,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 54.66992399998708,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 55.592176000005566,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 55.68312499998137,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 0.4291760000050999,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 55.50463199999649,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 55.42044200003147,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 54.90824099996826,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 55.179172999982256,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 55.81391299999086,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 55.500306999951135,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 57.01570200000424,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 57.57978899998125,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 0.443373000016436,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 56.439014000003226,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 56.39970200002426,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 56.37865599995712,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 55.338549999985844,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 55.14288800000213,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 55.56420700001763,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 55.099927000002936,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 56.03570100001525,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 0.46809900004882365,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 55.64664400002221,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 55.924094999965746,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 55.901720999972895,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 55.37314199999673,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 55.42651800002204,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 55.070853999990504,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 54.90047200000845,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 54.61101699998835,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 0.43561799998860806,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 56.706635000009555,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 55.62551900005201,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 56.01760500000091,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 55.38762699998915,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 54.717820000019856,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 76.90413500001887,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 55.00843300000997,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 55.59616899996763,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 0.506812000006903,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 55.73420000000624,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 56.396275000006426,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 57.311922000022605,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 55.46118500002194,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 54.978072999976575,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 55.075488000002224,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 55.06298499996774,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 55.91276799998013,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 0.4304589999956079,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 54.86538400000427,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 55.69869799999287,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 55.43599799997173,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 55.15802699996857,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 54.97935999999754,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 54.929886999947485,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 55.47735100000864,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 55.48444799997378,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 158,
"numPendingTests": 0,
"perfStats": {
"start": 115060.409423,
"end": 122011.66474099999,
"runtime": 6951,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 58,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorator-auto-accessors/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"basic.js"
],
"duration": 0.5128629999817349,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 60.33007600001292,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 60.17244999995455,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 1.373569999996107,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 0.7722910000011325,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 59.22873899998376,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 61.46527500002412,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.4349969999748282,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 57.326804999960586,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 56.4522350000334,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.2348300000303425,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.7263739999616519,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 55.96443100000033,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 56.235897000005934,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.4312400000053458,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 56.46502499998314,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 55.635110000032,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 1.1341400000383146,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.7217259999597445,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 55.097429000015836,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 56.05559500004165,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 0.4220929999719374,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 56.54994799999986,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 56.86020799999824,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 55.95114399999147,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 55.67617099999916,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 83.04334199998993,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 56.24744800000917,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 56.03901400003815,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 0.5306969999801368,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 56.396536999964155,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 56.048563999996986,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 55.92343500000425,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 55.849938999977894,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 56.10513599996921,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 56.320707999984734,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 56.185662999982014,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 0.4303080000099726,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 56.23321000003489,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 55.42808399995556,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 1.4397149999858811,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 0.7659390000044368,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 55.1479410000029,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 56.14587599999504,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 0.41840600001160055,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 55.55227599997306,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 56.054750000010245,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 1.407825000002049,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 0.8922759999986738,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 58.21356599999126,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 58.48640799999703,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 0.4268109999829903,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 56.799047000007704,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 55.95229299995117,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 1.1491079999832436,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 0.7273559999885038,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 55.615921000018716,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 55.643990999960806,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 0.4264309999998659,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 56.54324999998789,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 56.030458999972325,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 1.1531059999833815,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 0.7879800000227988,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 56.4620049999794,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 57.455165999999736,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 0.4345659999526106,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 56.64539799996419,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 56.265320000005886,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 1.1838240000070073,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 0.7339490000158548,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 56.12209699995583,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 56.36439800000517,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 0.42932600004132837,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 56.1247189999558,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 56.15656000003219,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 1.1839339999714866,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 0.7725919999647886,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 56.026222999964375,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 55.81329200003529,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 0.43056799995247275,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 55.15175199997611,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 54.64963699999498,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 1.1453920000349171,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 0.7470840000314638,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 57.12733399996068,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 55.87852600001497,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 0.4291260000318289,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 56.446855000045616,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 56.20930500002578,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 1.1393510000198148,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 0.7140609999769367,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 55.20835100003751,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 56.05401899997378,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 0.4356390000320971,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 55.379817999957595,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 55.404959000006784,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 1.1734349999460392,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 0.7207139999954961,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 55.1829190000426,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 55.70560200000182,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 0.4386839999933727,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 55.47962900000857,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 54.881665000051726,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 55.25912999996217,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 55.55957799998578,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 57.03201000002446,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 56.44426600000588,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 58.26561999996193,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 0.42862600000808015,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 56.225419000023976,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 55.29240200005006,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 55.65865999995731,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 56.39197900000727,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 55.656293000036385,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 56.28755100001581,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 56.47934700001497,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 0.41827600001124665,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 55.599196000024676,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 55.86651999998139,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 1.1464730000006966,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 0.7381370000075549,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 55.18624000001,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 55.317221000033896,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 0.43443600001046434,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 55.458760000008624,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 55.94703500001924,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 1.1272480000043288,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 0.7438480000128038,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 55.005784999986645,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 55.85087399999611,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 0.4244569999864325,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 58.48045199998887,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 56.094221999985166,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 1.169958000013139,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 0.721646000049077,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 55.52859599998919,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 56.240930999978445,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 0.42586000001756474,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 56.616519000031985,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 56.984419000044,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 1.1829129999969155,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 0.7876089999917895,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 56.4840560000157,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 56.354691999964416,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 0.5008909999742173,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 57.25589100003708,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 56.39756699994905,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 1.1357129999669269,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 0.7310330000473186,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 58.299222000001464,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 57.105785999970976,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 0.5492209999938495,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 59.493136999954004,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 57.69494100002339,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 1.173784999991767,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 0.7386479999986477,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 58.46127000002889,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 58.9842939999653,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "break-continue-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -20,12 +20,12 @@\n break; /* comment */\n continue; /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop;\n - break loop /* comment */;\n - continue /* comment */ loop;\n - continue loop /* comment */;\n + break loop; /* comment */\n + break loop; /* comment */\n + continue loop; /* comment */\n + continue loop; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -23,22 +23,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a; /* a */ // b\n - /* c */\n - foo; // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a; /* a */ /* c */ // b\n +\n + foo; // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e; // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -44,11 +44,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {};\n + {};\n \n export /* comment */ {};\n \n const foo = \"\";\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled-dangling.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -23,11 +23,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n };\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -33,21 +33,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n };\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -56,10 +57,12 @@\n return new Value(type);\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlast-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `last-arg.js format 1`\n \n - Snapshot - 9\n + Received + 3\n \n @@ -59,26 +59,20 @@\n lol3 /*string*/,\n lol4 /*string*/,\n ) /*string*/ {}\n \n // prettier-ignore\n - c(lol /*string*/\n - ) {}\n + c(lol /*string*/) {}\n \n // prettier-ignore\n - d(\n - lol /*string*/,\n - lol2 /*string*/,\n - lol3 /*string*/,\n - lol4 /*string*/\n - ) {}\n + d(lol /*string*/, lol2 /*string*/, lol3 /*string*/, lol4 /*string*/) {}\n \n // prettier-ignore\n e(\n lol /*string*/,\n lol2 /*string*/,\n lol3 /*string*/,\n - lol4 /*string*/\n + lol4 /*string*/,\n ) {} /* string*/\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmulti-comments-on-same-line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -114,14 +114,14 @@\n a; /*\n 1*/ /*2*/ /*3\n */\n b;\n \n - a;\n - /*\n + a; /*\n 1*/ /*2*/ /*3\n - */ b;\n + */\n + b;\n \n /*========= First two on same line =========*/\n a;\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreturn-statement.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -206,39 +206,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n );\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n );\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n );\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n );\n }\n \n function call() {\n return (\n @@ -261,13 +254,13 @@\n );\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n );\n }\n \n function excessiveEverything() {\n @@ -302,15 +295,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42;\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - );\n + return /**\n + * @type {string}\n + */ \"result\";\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntagged-template-literal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -27,11 +27,11 @@\n \n foo // comment\n `\n `;\n \n - foo/* comment */ `\n + foo /* comment */`\n `;\n \n foo /* comment */`\n `;\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing-jsdocs.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -32,23 +32,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n });\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing_space.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,11 +8,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,20 +28,20 @@\n // Comment\n {\n key: \"value\",\n };\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - };\n + let record = // Comment\n + #;\n + {\n + key: \"value\";\n + }\n \n let array =\n // Comment\n [\"value\"];\n \n - let tuple =\n - // Comment\n - #[\"value\"];\n + let tuple = // Comment\n + #;\n + [\"value\"];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #0 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #1 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbreak-continue-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -21,12 +21,12 @@\n break /* comment */\n continue /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop\n break loop /* comment */\n - continue /* comment */ loop\n + break loop /* comment */\n + continue loop /* comment */\n continue loop /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -24,22 +24,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a /* a */ // b\n - /* c */\n - foo // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a /* a */ /* c */ // b\n +\n + foo // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,11 +45,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {}\n + {}\n \n export /* comment */ {}\n \n const foo = \"\"\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled-dangling.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -24,11 +24,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n }\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -34,21 +34,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n }\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -57,10 +58,12 @@\n return new Value(type)\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlast-arg.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `last-arg.js - {\"semi\":false} format 1`\n \n - Snapshot - 9\n + Received + 3\n \n @@ -60,26 +60,20 @@\n lol3 /*string*/,\n lol4 /*string*/,\n ) /*string*/ {}\n \n // prettier-ignore\n - c(lol /*string*/\n - ) {}\n + c(lol /*string*/) {}\n \n // prettier-ignore\n - d(\n - lol /*string*/,\n - lol2 /*string*/,\n - lol3 /*string*/,\n - lol4 /*string*/\n - ) {}\n + d(lol /*string*/, lol2 /*string*/, lol3 /*string*/, lol4 /*string*/) {}\n \n // prettier-ignore\n e(\n lol /*string*/,\n lol2 /*string*/,\n lol3 /*string*/,\n - lol4 /*string*/\n + lol4 /*string*/,\n ) {} /* string*/\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmulti-comments-on-same-line.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js - {\"semi\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -115,14 +115,14 @@\n a /*\n 1*/ /*2*/ /*3\n */\n b\n \n - a\n - /*\n + a /*\n 1*/ /*2*/ /*3\n - */ b\n + */\n + b\n \n /*========= First two on same line =========*/\n a\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreturn-statement.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js - {\"semi\":false} format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -207,39 +207,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n )\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n )\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n )\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n )\n }\n \n function call() {\n return (\n @@ -262,13 +255,13 @@\n )\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n )\n }\n \n function excessiveEverything() {\n @@ -303,15 +296,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - )\n + return /**\n + * @type {string}\n + */ \"result\"\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntagged-template-literal.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -28,11 +28,11 @@\n \n foo // comment\n `\n `\n \n - foo/* comment */ `\n + foo /* comment */`\n `\n \n foo /* comment */`\n `\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing-jsdocs.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -33,23 +33,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n })\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing_space.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"semi\":false} format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -29,20 +29,20 @@\n // Comment\n {\n key: \"value\",\n }\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - }\n + let record = // Comment\n + #\n + {\n + key: \"value\"\n + }\n \n let array =\n // Comment\n [\"value\"]\n \n - let tuple =\n - // Comment\n - #[\"value\"]\n + let tuple = // Comment\n + #\n + ;[\"value\"]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #0 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #1 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 28,
"numPassingTests": 818,
"numPendingTests": 0,
"perfStats": {
"start": 122094.47789400001,
"end": 171032.40192100004,
"runtime": 48938,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 76,
"unchecked": 0,
"unmatched": 28,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow.js"
],
"duration": 0.4301180000184104,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.63688399997773,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 58.04729399998905,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 56.412538999982644,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 57.30229000002146,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 57.973377000016626,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 57.721344999969006,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 55.92285500001162,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 58.46133700001519,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 0.42126099998131394,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 57.953355000005104,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 57.85822299995925,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 55.9472470000037,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 58.52560100000119,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 56.93754600000102,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 57.533815999981016,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 56.36516799998935,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 56.42115000000922,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 0.4062029999913648,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 56.30290699994657,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 56.711292000021785,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 57.98411600000691,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 55.83190099999774,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 55.76383499999065,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 56.62386200000765,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 57.086026999983005,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 56.071747999987565,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 0.4271029999945313,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 59.700038000009954,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 59.782672000001185,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 58.474150000023656,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 58.25099799997406,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 57.822601999971084,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 59.12683299998753,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 58.31839400000172,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 58.658408000017516,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 0.5243250000057742,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 58.35365999996429,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 56.73890199995367,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 56.520630999992136,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 55.48996999999508,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 56.5179749999661,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 57.951506999961566,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 57.438145000021905,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 58.13831399998162,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 0.42269500001566485,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 57.06864399998449,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 57.4176720000105,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 56.4987620000029,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 56.586223000020254,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 57.5974040000001,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 58.39834499999415,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 57.56495199998608,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 57.34808399999747,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 0.42599000001791865,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 62.34917000000132,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 59.83666299999459,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 59.62972299999092,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 61.02402199996868,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 59.925946999981534,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 59.5766350000049,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 58.6205379999592,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 59.6874039999675,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 0.41819500003475696,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 56.114848999946844,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 60.91906899999594,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 57.02891200000886,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 55.52436199999647,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 55.355867000005674,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 56.455019999993965,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 56.49913899996318,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 59.92405700002564,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 0.9469389999867417,
"failureMessages": [
"break-continue-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -20,12 +20,12 @@\n break; /* comment */\n continue; /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop;\n - break loop /* comment */;\n - continue /* comment */ loop;\n - continue loop /* comment */;\n + break loop; /* comment */\n + break loop; /* comment */\n + continue loop; /* comment */\n + continue loop; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 64.28630300000077,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 59.387132000003476,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 58.1589849999873,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 58.19005299999844,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 57.271423000027426,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 56.91815599997062,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 57.25818200001959,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 57.44005399994785,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 0.5020230000372976,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 75.35005300003104,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 59.65944300004048,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 56.476774999988265,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 57.01027400000021,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 56.633551999984775,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 56.658540999982506,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 57.868833000015,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 58.55454500002088,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 0.4460779999499209,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 58.4951670000446,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 57.20251899998402,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 56.04452300001867,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 56.3009519999614,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 56.370584000018425,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 57.120807000028435,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 56.57643299998017,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 57.14010199997574,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 0.4459880000213161,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 61.87433600000804,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 59.146950000023935,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 56.77177099999972,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 56.38696600002004,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 57.281677999999374,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 57.79470799997216,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 57.7952669999795,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 57.90992299997015,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 0.4418400000431575,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 59.37752800004091,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 57.13463799998863,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 56.0033209999674,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 55.60951499996008,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 56.017133999965154,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 56.0364459999837,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 56.04339300002903,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 56.56899200001499,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 0.42298499995376915,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 56.79476199997589,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 55.98019899998326,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 68.5256240000017,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 57.798571999999695,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 59.79576100001577,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 58.86025899997912,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 61.297987000027206,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 57.59610299998894,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 0.5380410000216216,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 59.09224299999187,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 57.74089699995238,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 57.43321700004162,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 58.003056000045035,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 57.26442799996585,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 57.88984299998265,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 57.51702899998054,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 56.99496999999974,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 0.43343500001356006,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 56.268190999981016,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 55.77164499997161,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 55.4529249999905,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 55.68685199995525,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 55.863669999991544,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 56.11933899996802,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 56.38304300000891,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 58.26872200000798,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 0.7179979999782518,
"failureMessages": [
"empty-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -23,22 +23,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a; /* a */ // b\n - /* c */\n - foo; // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a; /* a */ /* c */ // b\n +\n + foo; // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e; // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 59.19533199997386,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 80.876986999996,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 58.440808000043035,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 58.02530899998965,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 57.77745399996638,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 58.01774700003443,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 56.55790099996375,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 58.920222000044305,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 0.4349670000374317,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 59.10985000000801,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 57.834744000050705,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 56.552301999996416,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 57.56731299997773,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 59.35692500002915,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 58.81649999995716,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 57.63912499998696,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 56.81435200001579,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 0.6412850000197068,
"failureMessages": [
"export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -44,11 +44,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {};\n + {};\n \n export /* comment */ {};\n \n const foo = \"\";\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 58.779859000002034,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 58.701789999962784,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 57.722956000012346,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 56.936558999994304,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 57.17119799996726,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 57.69923899997957,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 58.1636320000398,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 57.15355099999579,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 0.4487729999818839,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 55.425129000039306,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 54.865305999992415,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 55.328671999974176,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 55.097884999995586,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 56.23897400003625,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 55.89325500000268,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 55.865854000032414,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 55.08461499999976,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 0.5203570000012405,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 71.42596299998695,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 63.22508200001903,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 60.02611499995692,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 59.95730299997376,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 60.600177000043914,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 65.23017699999036,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 61.64663199998904,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 61.59443599998485,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 0.5593099999823608,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 60.95835500000976,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 62.25275500002317,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 57.8307190000196,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 57.998801000008825,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 58.329895000031684,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 78.50079899997218,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 60.10360699996818,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 59.564394999993965,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 0.4804930000100285,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 59.49394299997948,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 59.23530500009656,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 57.95262300001923,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 57.43872900004499,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 57.871959999902174,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 58.51586100005079,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 59.862850999925286,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 58.31398300000001,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 0.45630800002254546,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 71.68986599997152,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 64.98162199999206,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 61.11096199997701,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 62.33267499995418,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 61.627842999994755,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 68.11019300005864,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 60.75119700003415,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 64.71209000004455,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 0.6868500000564381,
"failureMessages": [
"jsdoc-nestled-dangling.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -23,11 +23,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n };\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 56.50750800000969,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 57.78750299999956,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 56.57901700004004,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 55.871182999922894,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 57.26372899999842,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 57.06649200001266,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 58.74973200005479,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 59.163746000034735,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 0.6538879999425262,
"failureMessages": [
"jsdoc-nestled.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -33,21 +33,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n };\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -56,10 +57,12 @@\n return new Value(type);\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 59.19010100001469,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 60.34243600000627,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 57.03129099996295,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 58.145663999952376,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 56.631586999981664,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 56.90418700000737,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 60.576137000112794,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 60.44290500006173,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 0.4211009999271482,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 58.924858000013046,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 59.73827600001823,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 57.67844499996863,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 58.014231999986805,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 57.465858999988995,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 56.81202900002245,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 56.583267999929376,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 57.37778099998832,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.45396299997810274,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 78.47848399996292,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 69.73615299991798,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 58.88660099997651,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.01603099994827,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.65052999998443,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.16611700004432,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.39055000001099,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 61.924973999965005,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 0.6794070000760257,
"failureMessages": [
"last-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `last-arg.js format 1`\n \n - Snapshot - 9\n + Received + 3\n \n @@ -59,26 +59,20 @@\n lol3 /*string*/,\n lol4 /*string*/,\n ) /*string*/ {}\n \n // prettier-ignore\n - c(lol /*string*/\n - ) {}\n + c(lol /*string*/) {}\n \n // prettier-ignore\n - d(\n - lol /*string*/,\n - lol2 /*string*/,\n - lol3 /*string*/,\n - lol4 /*string*/\n - ) {}\n + d(lol /*string*/, lol2 /*string*/, lol3 /*string*/, lol4 /*string*/) {}\n \n // prettier-ignore\n e(\n lol /*string*/,\n lol2 /*string*/,\n lol3 /*string*/,\n - lol4 /*string*/\n + lol4 /*string*/,\n ) {} /* string*/\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 74.02324999996927,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 69.08592899993528,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 57.57759499992244,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 57.45684200001415,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 56.49969199998304,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 57.64546400005929,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 58.65005000005476,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 57.614707999979146,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 0.510238999966532,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 55.42733800003771,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 56.019544999930076,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 57.20689599995967,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 56.93390000006184,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 56.10489499999676,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 56.643144999979995,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 57.16949200001545,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 59.4175980000291,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 0.4861139999702573,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 56.095181999960914,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 56.37762499996461,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 55.6122289999621,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 55.95765300001949,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 56.11797999998089,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 56.13577100005932,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 56.291096000000834,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 55.94839600007981,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 0.7443480000365525,
"failureMessages": [
"multi-comments-on-same-line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -114,14 +114,14 @@\n a; /*\n 1*/ /*2*/ /*3\n */\n b;\n \n - a;\n - /*\n + a; /*\n 1*/ /*2*/ /*3\n - */ b;\n + */\n + b;\n \n /*========= First two on same line =========*/\n a;\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 58.846458000014536,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 58.379283000016585,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 57.582967999973334,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 57.123968999949284,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 59.42921099998057,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 59.58146100002341,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 58.65036000008695,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 60.01780899998266,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 0.4377020000247285,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 57.64608600002248,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 56.73391199996695,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 55.892425999976695,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 55.483777999994345,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 56.25211899995338,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 56.888191999983974,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 56.254925000015646,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 57.41131499991752,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 0.43549800000619143,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 57.81292100006249,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 57.07898400002159,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 56.53300900000613,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 56.977546000038274,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 56.82152999995742,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 57.36623099993449,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 56.23029400000814,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 56.80874300003052,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 0.9912420000182465,
"failureMessages": [
"return-statement.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -206,39 +206,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n );\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n );\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n );\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n );\n }\n \n function call() {\n return (\n @@ -261,13 +254,13 @@\n );\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n );\n }\n \n function excessiveEverything() {\n @@ -302,15 +295,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42;\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - );\n + return /**\n + * @type {string}\n + */ \"result\";\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 71.91043399996124,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 64.46931800001767,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 62.303411000058986,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 60.98528200003784,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 61.49644600006286,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 62.11833700002171,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 64.99012200010475,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 62.214787999982946,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 0.5566760000074282,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 56.38715399999637,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 55.86188400001265,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 55.13344700005837,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 55.59060299990233,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 55.627758999937214,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 57.16884299996309,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 58.8627170000691,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 56.06973300001118,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 0.4295169999822974,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 59.8947240000125,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 58.277357000042684,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 57.30439900001511,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 57.8277179999277,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 57.608172000036575,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 57.152364999987185,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 56.27633699995931,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 57.539976000087336,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 0.6513440000126138,
"failureMessages": [
"tagged-template-literal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -27,11 +27,11 @@\n \n foo // comment\n `\n `;\n \n - foo/* comment */ `\n + foo /* comment */`\n `;\n \n foo /* comment */`\n `;\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 56.46406499994919,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 56.639514000038616,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 55.93582899996545,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 56.14111299999058,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 55.400765999918804,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 56.229636000003666,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 57.25261500000488,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 56.447124999947846,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 0.4102710000006482,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 56.32120399991982,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 56.856862999964505,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 56.40161199995782,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 56.61474300001282,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 56.077197000035085,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 55.44801299995743,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 56.48896699992474,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 59.366111000068486,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 0.6597100000362843,
"failureMessages": [
"trailing-jsdocs.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -32,23 +32,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n });\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 58.54833100002725,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 58.22645499999635,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 57.01191600004677,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 57.7725929999724,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 59.465593000059016,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 59.21258799999487,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 58.07835800002795,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 59.55047300003935,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 0.7435269999550655,
"failureMessages": [
"trailing_space.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,11 +8,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 56.95111000002362,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 55.91058400005568,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 55.34872900007758,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 55.655358999967575,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 55.34317699994426,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 54.830644000088796,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 55.4640430000145,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 56.17181799991522,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 0.4986570000182837,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 56.44746599998325,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 56.145458000013605,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 56.57411399995908,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 56.49483199999668,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 56.17969300004188,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 55.93622100003995,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 55.789397999993525,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 56.658162000006996,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.6505520000355318,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,20 +28,20 @@\n // Comment\n {\n key: \"value\",\n };\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - };\n + let record = // Comment\n + #;\n + {\n + key: \"value\";\n + }\n \n let array =\n // Comment\n [\"value\"];\n \n - let tuple =\n - // Comment\n - #[\"value\"];\n + let tuple = // Comment\n + #;\n + [\"value\"];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 3.3139850000152364,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.835509000113234,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.969120999914594,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.8465009999927133,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.0029750000685453,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 77.01058099989314,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 58.167476999922656,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 57.13205300003756,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 0.4944290000712499,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 63.47061299998313,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 61.30392900004517,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 61.75060300005134,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 58.955345000023954,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 61.00995300000068,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 60.49160700000357,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 60.58288200001698,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 62.20599299995229,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 0.44719999993685633,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 58.11801999993622,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 57.96990199992433,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 56.99708800006192,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 56.93988199997693,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 58.03227900003549,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 58.97470899997279,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 59.63743600004818,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 57.73635100002866,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 0.6458839999977499,
"failureMessages": [
"snippet: #0 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 57.56387900002301,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 56.565275000059046,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 59.090697000036016,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 57.21328799996991,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 56.457577000022866,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 55.86539799999446,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 56.76247600000352,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 56.47197299997788,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 0.6809489999432117,
"failureMessages": [
"snippet: #1 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 57.414246000000276,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 56.61562299996149,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 55.89824000000954,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 57.21450499992352,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 56.266981000080705,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 58.21238899999298,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 58.22824700002093,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 56.73572300001979,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 0.4384840000420809,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 57.38169999991078,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 55.99453699996229,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 55.72325399995316,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 55.701164000085555,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 56.56311099999584,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 56.15458899992518,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 56.63930199993774,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 56.486441000015475,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 0.4263810000848025,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 57.115819000056945,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 56.60765600006562,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 55.897624999983236,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 56.6840089999605,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 56.63462299993262,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 56.73357399995439,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 57.47660000005271,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 57.16272000002209,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 0.4807630000868812,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 55.729145000106655,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 56.81215799995698,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 56.549546999973245,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 56.00442400004249,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 56.02051100006793,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 57.321663999930024,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 56.87431299989112,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 56.27101400005631,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 0.4513980000047013,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 61.5459400000982,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 59.501147000002675,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 57.23216500005219,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 57.084929000004195,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 59.249516999931075,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 61.198185999994166,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 58.32961700006854,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 58.34929799998645,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 0.4295469999779016,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 56.75533900002483,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 56.103970999945886,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 57.04727799992543,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 56.445126999984495,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 55.80999300000258,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 57.343760000076145,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 57.04227400000673,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 57.028651000000536,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 0.440898000029847,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 56.858606999972835,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 57.18882899999153,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 55.9218600000022,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 57.47769100009464,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 57.59611899999436,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 57.727669000043534,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 56.496879999991506,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 57.0504479999654,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 0.4528909999644384,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 63.76794299995527,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 58.744023000006564,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 61.05130900000222,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 57.470429000095464,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 57.268933000043035,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 59.995113000040874,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 57.62463299999945,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 59.12608800001908,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 0.4262800000142306,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 55.612220000009984,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 56.62588800000958,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 55.74700600001961,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 56.233712000073865,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 55.227390000014566,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 55.97425999992993,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 55.320295999990776,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 56.300729000009596,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 0.706196999992244,
"failureMessages": [
"break-continue-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -21,12 +21,12 @@\n break /* comment */\n continue /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop\n break loop /* comment */\n - continue /* comment */ loop\n + break loop /* comment */\n + continue loop /* comment */\n continue loop /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 61.84037300001364,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 59.27538899995852,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 56.88915599999018,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 62.40148199989926,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 57.91814600001089,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 57.60416800004896,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 57.43443300004583,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 56.79631000000518,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 0.4773060000734404,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 77.89315599994734,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 66.32336100004613,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 58.27156400005333,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 57.41308500000741,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 57.788661999977194,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 57.75570099998731,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 58.44411200005561,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 57.7073059999384,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 0.4898100000573322,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 59.08782599994447,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 57.66395700001158,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 57.01963899994735,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 57.157435999950394,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 57.573682000045665,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 57.02782199997455,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 57.454433000064455,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 57.056936000008136,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 0.41257499996572733,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 58.44480099994689,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 57.66623199998867,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 57.03658300009556,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 57.42531099996995,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 56.7847339999862,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 57.7883800000418,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 58.235831999918446,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 56.65705999999773,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 0.44677899999078363,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 58.149069000035524,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 64.19127000006847,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 59.78734100004658,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 56.1466510000173,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 57.207039000000805,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 56.96693500003312,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 57.28516099997796,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 56.5589049999835,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 0.4372620000503957,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 55.49351399997249,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 58.863933000015095,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 56.45010799996089,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 56.52303199993912,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 55.86878399993293,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 56.47421099990606,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 56.37674799992237,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 56.27272000000812,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 0.42874600004870445,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 57.180205999989994,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 57.92873000004329,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 57.43508900003508,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 57.29827499995008,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 56.76299299998209,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 58.554856000002474,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 59.47681699995883,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 56.90780100005213,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 0.4278039999771863,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 56.158381000044756,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 56.493273000000045,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 55.924354999908246,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 56.057560999994166,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 55.950055000022985,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 56.48845300008543,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 55.64058300002944,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 56.77886500000022,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 0.6932220000308007,
"failureMessages": [
"empty-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -24,22 +24,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a /* a */ // b\n - /* c */\n - foo // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a /* a */ /* c */ // b\n +\n + foo // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 57.59875500004273,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 59.64809300005436,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 57.47738499997649,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 56.1588889999548,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 56.509836000041105,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 56.9753100000089,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 56.95289399998728,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 58.0047809999669,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 0.43044900009408593,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 58.911141000106,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 60.41968699998688,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 56.54843899991829,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 56.35190100001637,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 56.611395000014454,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 57.483447000035085,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 58.199628000031225,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 58.802340000052936,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 0.7902740000281483,
"failureMessages": [
"export.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,11 +45,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {}\n + {}\n \n export /* comment */ {}\n \n const foo = \"\"\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 60.48971800005529,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 59.378552999929525,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 59.460355999995954,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 60.057507000048645,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 58.174433999927714,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 58.16543900000397,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 57.58720700000413,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 58.802588000078686,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 0.46248899993952364,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 55.44759300001897,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 57.69828000001144,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 57.663652000017464,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 59.71952199994121,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 58.09176300000399,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 56.761742000002414,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 56.606532000005245,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 57.36428700003307,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 0.4678689999273047,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 81.86718699999619,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 62.928206000011414,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 61.30732900009025,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 75.99381900008302,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 60.13017999997828,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 62.733326000045054,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 63.053059999947436,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 64.3190150000155,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 0.5230329999467358,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 61.909208000055514,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 60.07239699992351,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 59.979488000040874,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 59.24247299996205,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 58.793376000015996,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 59.20674599998165,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 61.09789900004398,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 59.549954999936745,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 0.456105999997817,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 61.057053999975324,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 60.27198100008536,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 60.13959000003524,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 59.427509999950416,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 59.59444200003054,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 59.48266199999489,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 60.641187000088394,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 58.7319290000014,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 0.45256999996490777,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 72.4088370000245,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 70.14849099994171,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 63.888804999995045,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 62.82592500001192,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 62.01831700000912,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 63.81631699996069,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 63.538005000096746,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 64.66566800000146,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 0.6538179999915883,
"failureMessages": [
"jsdoc-nestled-dangling.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -24,11 +24,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n }\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 57.44181500002742,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 56.95537300000433,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 57.00289300002623,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 56.181784999906085,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 56.82853099994827,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 56.92808700003661,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 56.23781000007875,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 56.63995600002818,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 0.665980999940075,
"failureMessages": [
"jsdoc-nestled.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -34,21 +34,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n }\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -57,10 +58,12 @@\n return new Value(type)\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 59.13094900001306,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 59.77295800007414,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 57.309818999958225,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 58.23971600004006,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 57.30282900005113,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 59.688939000014216,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 60.783552000066265,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 60.318867999943905,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 0.4501450000097975,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 59.28548600000795,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 60.167430999921635,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 59.237387000001036,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 58.404229999985546,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 60.67906200001016,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 61.97802599996794,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 61.72539799998049,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 60.60289099998772,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 0.4637510000029579,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 69.78971799998544,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 64.06527699995786,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 66.49374600010924,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 64.4026990000857,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 60.76834200008307,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 64.90981400001328,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 61.69390799989924,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 62.66317600000184,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 0.7891620000591502,
"failureMessages": [
"last-arg.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `last-arg.js - {\"semi\":false} format 1`\n \n - Snapshot - 9\n + Received + 3\n \n @@ -60,26 +60,20 @@\n lol3 /*string*/,\n lol4 /*string*/,\n ) /*string*/ {}\n \n // prettier-ignore\n - c(lol /*string*/\n - ) {}\n + c(lol /*string*/) {}\n \n // prettier-ignore\n - d(\n - lol /*string*/,\n - lol2 /*string*/,\n - lol3 /*string*/,\n - lol4 /*string*/\n - ) {}\n + d(lol /*string*/, lol2 /*string*/, lol3 /*string*/, lol4 /*string*/) {}\n \n // prettier-ignore\n e(\n lol /*string*/,\n lol2 /*string*/,\n lol3 /*string*/,\n - lol4 /*string*/\n + lol4 /*string*/,\n ) {} /* string*/\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 61.867455999949016,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 61.349548000027426,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 59.1194709999254,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 59.05020399997011,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 63.16986599995289,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 61.698026000056416,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 58.61109399993438,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 59.673048999975435,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 0.4388640000252053,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 57.812954999972135,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 59.22651399997994,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 57.009124999982305,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 57.419970999937505,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 57.26444500009529,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 58.500746999983676,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 58.32146200002171,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 59.071103000082076,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 0.45144800003618,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 57.589703000034206,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 57.38870400004089,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 56.477440000046045,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 57.78749699995387,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 56.48036100005265,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 55.43110799998976,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 55.27294699999038,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 56.211359999957494,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 0.7529339999891818,
"failureMessages": [
"multi-comments-on-same-line.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js - {\"semi\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -115,14 +115,14 @@\n a /*\n 1*/ /*2*/ /*3\n */\n b\n \n - a\n - /*\n + a /*\n 1*/ /*2*/ /*3\n - */ b\n + */\n + b\n \n /*========= First two on same line =========*/\n a\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 58.97075499990024,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 58.77295300003607,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 57.38113999995403,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 57.424520000000484,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 58.325622000033036,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 58.8153460000176,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 58.328352999989875,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 59.63958800002001,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 0.4477610000176355,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 57.86130500002764,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 63.326322000008076,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 59.06466599996202,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 56.59921999997459,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 56.123454999993555,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 56.74392500007525,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 57.597198999952525,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 57.255612000008114,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 0.41704299999400973,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 57.29822600004263,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 57.27648700005375,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 56.55209700006526,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 56.35332200000994,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 55.1000720000593,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 56.91754699999001,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 56.97659799992107,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 57.13849699997809,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 1.1346320000011474,
"failureMessages": [
"return-statement.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js - {\"semi\":false} format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -207,39 +207,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n )\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n )\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n )\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n )\n }\n \n function call() {\n return (\n @@ -262,13 +255,13 @@\n )\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n )\n }\n \n function excessiveEverything() {\n @@ -303,15 +296,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - )\n + return /**\n + * @type {string}\n + */ \"result\"\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 73.14540799998213,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 67.33694800001103,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 61.774751999997534,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 61.03943000000436,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 61.219460999942385,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 63.79578299995046,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 63.99023999995552,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 65.63656200002879,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 0.4427620000205934,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 57.879835000028834,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 58.811068999930285,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 56.82475500006694,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 56.83545800007414,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 56.529506999999285,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 56.34894100006204,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 56.79408300004434,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 56.41782999993302,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 0.4808640000410378,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 60.92022599990014,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 59.531335000065155,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 56.91418300010264,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 58.01226400001906,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 58.20722800004296,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 58.27210699999705,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 58.253819999983534,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 56.97019200003706,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 0.668565999949351,
"failureMessages": [
"tagged-template-literal.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -28,11 +28,11 @@\n \n foo // comment\n `\n `\n \n - foo/* comment */ `\n + foo /* comment */`\n `\n \n foo /* comment */`\n `\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 56.34770399995614,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 57.223667999962345,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 56.33764099993277,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 56.04001900006551,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 56.874699000036344,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 56.593326000031084,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 56.95420899998862,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 56.05595900001936,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 0.42069000005722046,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 55.90614300000016,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 56.47653500002343,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 55.443823000066914,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 55.33275499998126,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 55.418976999935694,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 55.719026000006124,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 55.8386429999955,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 56.21957000007387,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 0.8052729999180883,
"failureMessages": [
"trailing-jsdocs.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -33,23 +33,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n })\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 58.81890200008638,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 59.40372900001239,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 59.13847800006624,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 58.54963499994483,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 57.0416869999608,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 57.800837000017054,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 59.83383799996227,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 59.34014300000854,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 0.6586670000106096,
"failureMessages": [
"trailing_space.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 55.210109999985434,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 55.99599800002761,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 56.75378999998793,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 67.15940999996383,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 55.05705599999055,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 55.436533999978565,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 55.83510399993975,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 56.69972699997015,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 0.4326829999918118,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 57.52104200003669,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 56.52659500006121,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 56.2034439999843,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 56.831235000048764,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 55.88225199992303,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 56.331183000002056,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 55.641921999980696,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 55.804521000012755,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 0.7515709999715909,
"failureMessages": [
"tuple-and-record.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"semi\":false} format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -29,20 +29,20 @@\n // Comment\n {\n key: \"value\",\n }\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - }\n + let record = // Comment\n + #\n + {\n + key: \"value\"\n + }\n \n let array =\n // Comment\n [\"value\"]\n \n - let tuple =\n - // Comment\n - #[\"value\"]\n + let tuple = // Comment\n + #\n + ;[\"value\"]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 3.247628000099212,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 1.716463000047952,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 1.0096450001001358,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 0.8022150000324473,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 0.9430999999167398,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 58.673610999947414,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 57.02799299999606,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 57.090128000010736,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 0.5026439999928698,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 64.44686200004071,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 60.986552000045776,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 59.14677099999972,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 58.9092229999369,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 60.05881199997384,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 66.38198099995498,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 66.82282800006215,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 61.24969800002873,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 0.43055799999274313,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 57.58604199998081,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 56.72010599996429,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 57.38615699997172,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 56.538804000010714,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 57.320488999946974,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 56.95442299998831,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 57.18671999999788,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 57.12424599996302,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 0.6391600000206381,
"failureMessages": [
"snippet: #0 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 56.81272199994419,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 56.775198000017554,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 55.353791999979876,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 56.69909400003962,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 56.130612000008114,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 55.15242499997839,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 56.74577899998985,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 56.62300599995069,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 0.5937350000021979,
"failureMessages": [
"snippet: #1 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 57.842525999993086,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 57.15425399993546,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 55.44125699996948,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 55.368299999972805,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 56.35990799998399,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 55.95680399995763,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 56.8211949999677,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 55.68621499999426,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "snippet: cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -5,10 +5,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()\n \n =====================================output=====================================\n - (function () {\n - return <|>15;\n + (function () {\n + return 1<|>5;\n })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: cursor-and-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-and-range.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -14,13 +14,12 @@\n | ^^^^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n - \n -\n class a {\n - b(<|>) {}\n + b() {<|>}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-1.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -14,14 +14,12 @@\n 5 | }\n 6 |\n 7 | let x\n 8 |\n =====================================output=====================================\n - \n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: range-and-cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-and-cursor-1.js format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -16,15 +16,12 @@\n 6 | }\n 7 |\n 8 | let x \n 9 |\n =====================================output=====================================\n - \n -\n -\n class a {\n - b(<|>) {}\n + b() {}<|>\n }\n \n - let x \n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 16,
"numPendingTests": 0,
"perfStats": {
"start": 171113.45219499996,
"end": 172266.06669000007,
"runtime": 1153,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bom/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"snippet: cursor-1.js"
],
"duration": 0.6465740000130609,
"failureMessages": [
"snippet: cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -5,10 +5,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()\n \n =====================================output=====================================\n - (function () {\n - return <|>15;\n + (function () {\n + return 1<|>5;\n })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: cursor-1.js"
],
"duration": 55.612567999982275,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: cursor-1.js"
],
"duration": 56.53788800002076,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: cursor-1.js"
],
"duration": 56.60431099997368,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: cursor-1.js"
],
"duration": 56.25052499992307,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: cursor-and-range.js"
],
"duration": 1.2308510000584647,
"failureMessages": [
"snippet: cursor-and-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-and-range.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -14,13 +14,12 @@\n | ^^^^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n - \n -\n class a {\n - b(<|>) {}\n + b() {<|>}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: cursor-and-range.js"
],
"duration": 56.48175599996466,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: cursor-and-range.js"
],
"duration": 56.030983000062406,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: cursor-and-range.js"
],
"duration": 56.31755899998825,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: cursor-and-range.js"
],
"duration": 57.538044999935664,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: range-1.js"
],
"duration": 0.7521720000077039,
"failureMessages": [
"snippet: range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-1.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -14,14 +14,12 @@\n 5 | }\n 6 |\n 7 | let x\n 8 |\n =====================================output=====================================\n - \n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: range-1.js"
],
"duration": 55.51754999998957,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: range-1.js"
],
"duration": 55.85403399995994,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: range-1.js"
],
"duration": 58.291028000065126,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: range-1.js"
],
"duration": 57.91583600000013,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: range-and-cursor-1.js"
],
"duration": 0.7833800000371411,
"failureMessages": [
"snippet: range-and-cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-and-cursor-1.js format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -16,15 +16,12 @@\n 6 | }\n 7 |\n 8 | let x \n 9 |\n =====================================output=====================================\n - \n -\n -\n class a {\n - b(<|>) {}\n + b() {}<|>\n }\n \n - let x \n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: range-and-cursor-1.js"
],
"duration": 57.55626999994274,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: range-and-cursor-1.js"
],
"duration": 56.483416999923065,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: range-and-cursor-1.js"
],
"duration": 57.58131199993659,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: range-and-cursor-1.js"
],
"duration": 56.536671999958344,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "import-defer-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import defer * as ns from \"x\" with { attr: \"val\" };\n + import defer\n + * as ns from \"x\"\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-defer.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 172329.06375899998,
"end": 172569.71264900005,
"runtime": 241,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 16,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/deferred-import-evaluation/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"import-defer-attributes-declaration.js"
],
"duration": 0.6008179999189451,
"failureMessages": [
"import-defer-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import defer * as ns from \"x\" with { attr: \"val\" };\n + import defer\n + * as ns from \"x\"\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-defer-attributes-declaration.js"
],
"duration": 1.2933089999714866,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-defer-attributes-declaration.js"
],
"duration": 0.8067150000715628,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-defer-attributes-declaration.js"
],
"duration": 0.7203529999824241,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-defer-attributes-declaration.js"
],
"duration": 56.604645999963395,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-defer.js"
],
"duration": 0.5966909999260679,
"failureMessages": [
"import-defer.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-defer.js"
],
"duration": 1.0469260000390932,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-defer.js"
],
"duration": 0.7129780000541359,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-defer.js"
],
"duration": 0.6786840000422671,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-defer.js"
],
"duration": 55.69437299994752,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-default.js"
],
"duration": 1.7214120000135154,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"no-default.js"
],
"duration": 1.0193740000249818,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-default.js"
],
"duration": 0.9012529999017715,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-default.js"
],
"duration": 0.9294259999878705,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-default.js"
],
"duration": 0.820659999968484,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.7265350000234321,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.6751769999973476,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.6236410000128672,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.636765000061132,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 0.6942839999683201,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { with: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {with: {type: \"json\"}});\n + import(\"./foo.json\", { with: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n export * as bar from \"bar.json\" with { }\n =====================================output=====================================\n - export * as bar from \"bar.json\";\n + export * as bar from \"bar.json\" with {};\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nre-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" with {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstatic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" with {type: \"json\"};\n + import json from \"./foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 16,
"numPendingTests": 0,
"perfStats": {
"start": 172631.06676100002,
"end": 173100.09131600003,
"runtime": 469,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-attributes/bracket-spacing/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.6357940000016242,
"failureMessages": [
"dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { with: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {with: {type: \"json\"}});\n + import(\"./foo.json\", { with: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.1967369999038056,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.7545470000477508,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.6953650000505149,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 58.298815999994986,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.5941350000211969,
"failureMessages": [
"empty.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n export * as bar from \"bar.json\" with { }\n =====================================output=====================================\n - export * as bar from \"bar.json\";\n + export * as bar from \"bar.json\" with {};\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 1.154577000066638,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.7382259999867529,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.6963569999206811,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 56.46244400006253,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 0.5931029999628663,
"failureMessages": [
"re-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" with {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 1.0862999999662861,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 0.7204020000062883,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 0.7621110000181943,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 56.140143999946304,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.597831999999471,
"failureMessages": [
"static-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" with {type: \"json\"};\n + import json from \"./foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.0553409999702126,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.7412419999018312,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.692269999999553,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 56.037998000043444,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { assert: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {assert: {type: \"json\"}});\n + import(\"./foo.json\", { assert: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n export * as bar from \"bar.json\" assert { }\n =====================================output=====================================\n - export * as bar from \"bar.json\";\n + export * as bar from \"bar.json\" assert {};\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nre-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" assert {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstatic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" assert {type: \"json\"};\n + import json from \"./foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 16,
"numPendingTests": 0,
"perfStats": {
"start": 173173.18534100003,
"end": 173646.628187,
"runtime": 473,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-assertions/bracket-spacing/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.6631760000018403,
"failureMessages": [
"dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { assert: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {assert: {type: \"json\"}});\n + import(\"./foo.json\", { assert: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.1673730000620708,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.7308840000769123,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.6555909999879077,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 56.15249400003813,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.5972520000068471,
"failureMessages": [
"empty.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n export * as bar from \"bar.json\" assert { }\n =====================================output=====================================\n - export * as bar from \"bar.json\";\n + export * as bar from \"bar.json\" assert {};\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 1.0836460000136867,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.7096430000383407,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.7027910000178963,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 55.627102999947965,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 0.6942740000085905,
"failureMessages": [
"re-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" assert {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 1.1589370000874624,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 0.7165260000620037,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 0.7091829999117181,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 55.23475900001358,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.5989549999358132,
"failureMessages": [
"static-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" assert {type: \"json\"};\n + import json from \"./foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.0794179999502376,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.711797000025399,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.7325159999309108,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 55.595787999918684,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "arrow_function_expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n (a) => a instanceof {};\n (a) => ({})().b && 0;\n - (a) => ({}().c = 0);\n + (a) => (({})().c = 0);\n (x) => ({})()();\n (x) => ({})()``;\n (x) => ({})().b;\n a = (b) => c;\n (x) => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-as-arg.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-in-logical-expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomment.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurried.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -323,46 +323,42 @@\n (argument11) =>\n (argument12) =>\n 3,\n );\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n (argument1) =>\n (argument2) =>\n (argument3) =>\n @@ -377,27 +373,25 @@\n (argument12) =>\n 3\n )(3);\n \n bar(\n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -416,24 +410,22 @@\n dispatch(action),\n );\n \n foo((action) => (action) => action);\n \n - import(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-2.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -25,22 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", (head) => (body) => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) => (body) => (mody) => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (mody) => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) =>\n - (body) =>\n - (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n - console.log(head, body);\n - },\n - );\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n + console.log(head, body);\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-4.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f((a) => (1, 2, 3) /* a */);\n f((a) => (b) => (1, 2, 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1, 2, 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => (c) => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f((a) => (1 ? 2 : 3) /* a */);\n - f((a) => (b) => (1 ? 2 : 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => 1 ? 2 : 3 /* b */ /* a */);\n + f((a) => (b) => (c) => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-1389-curry.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 11\n + Received + 15\n \n @@ -35,32 +35,36 @@\n foo: bar,\n bar: baz,\n baz: foo,\n });\n \n - const fn12 = (a) => (b) => (c) => (d) => (e) => #{\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\narrow_function_expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n a => a instanceof {};\n a => ({})().b && 0;\n - a => ({}().c = 0);\n + a => (({})().c = 0);\n x => ({})()();\n x => ({})()``;\n x => ({})().b;\n a = b => c;\n x => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-as-arg.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomment.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurried.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -315,46 +315,42 @@\n argument11 =>\n argument12 =>\n 3,\n );\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n argument1 =>\n argument2 =>\n argument3 =>\n @@ -369,27 +365,25 @@\n argument12 =>\n 3\n )(3);\n \n bar(\n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -406,24 +400,22 @@\n action => next => next => next => next => next => next => dispatch(action),\n );\n \n foo(action => action => action);\n \n - import(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-2.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 10\n + Received + 8\n \n @@ -25,20 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", head => body => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => mody => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + mody => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n console.log(head, body);\n - },\n - );\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-4.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f(a => (1, 2, 3) /* a */);\n f(a => b => (1, 2, 3) /* b */ /* a */);\n - f(a => b => c => (1, 2, 3) /* c */ /* b */ /* a */);\n + f(a => b => c => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f(a => (1 ? 2 : 3) /* a */);\n - f(a => b => (1 ? 2 : 3) /* b */ /* a */);\n - f(a => b => c => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f(a => b => 1 ? 2 : 3 /* b */ /* a */);\n + f(a => b => c => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-1389-curry.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 7\n + Received + 15\n \n @@ -31,28 +31,36 @@\n }));\n \n =====================================output=====================================\n const fn12 = a => b => c => d => e => ({ foo: bar, bar: baz, baz: foo });\n \n - const fn12 = a => b => c => d => e => #{ foo: bar, bar: baz, baz: foo };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 18,
"numPassingTests": 248,
"numPendingTests": 0,
"perfStats": {
"start": 173718.62553999998,
"end": 189558.06729500002,
"runtime": 15839,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 28,
"unchecked": 0,
"unmatched": 18,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.49274599994532764,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.953666000044905,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.16399399994407,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.13812300004065,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.23775700002443,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.47013999999035,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.53957299992908,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.6894449999090284,
"failureMessages": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n (a) => a instanceof {};\n (a) => ({})().b && 0;\n - (a) => ({}().c = 0);\n + (a) => (({})().c = 0);\n (x) => ({})()();\n (x) => ({})()``;\n (x) => ({})().b;\n a = (b) => c;\n (x) => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 67.81431799998973,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 62.305015000049025,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 62.876465999986976,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.6319600000279,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.29175400000531,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 64.15254799998365,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.4328730000415817,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.10928400000557,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.07137000001967,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.5131560000591,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.22044000006281,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.10982100002002,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.412494000047445,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.4103609999874607,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.543628000072204,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.110012000077404,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.47844099998474,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.639999000006355,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.69636299996637,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.45063900004607,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.6046060000080615,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 97.96135799994227,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 75.07221300003584,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 73.39510000008158,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 72.1946750000352,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 83.94413699989673,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 75.30570899997838,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.7123279999941587,
"failureMessages": [
"chain-as-arg.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.6448860000819,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.97489900002256,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.3916409999365,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.40424599999096,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.57821499998681,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.27257399994414,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.6805090000852942,
"failureMessages": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.30008199997246,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.26512600004207,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.579260999918915,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.910350999911316,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.7663360000588,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.14474200003315,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 1.0288129999535158,
"failureMessages": [
"comment.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 63.48996800009627,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.46099900000263,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.81684400001541,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.67088600003626,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.189196999999695,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.60726499999873,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 1.1731540000764653,
"failureMessages": [
"curried.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -323,46 +323,42 @@\n (argument11) =>\n (argument12) =>\n 3,\n );\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n (argument1) =>\n (argument2) =>\n (argument3) =>\n @@ -377,27 +373,25 @@\n (argument12) =>\n 3\n )(3);\n \n bar(\n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -416,24 +410,22 @@\n dispatch(action),\n );\n \n foo((action) => (action) => action);\n \n - import(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 83.71657599997707,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 77.54524999996647,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 75.24236100004055,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 67.66534599999432,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 74.211248000036,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 75.83491800003685,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.6803979999385774,
"failureMessages": [
"currying-2.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -25,22 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", (head) => (body) => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) => (body) => (mody) => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (mody) => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) =>\n - (body) =>\n - (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n - console.log(head, body);\n - },\n - );\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n + console.log(head, body);\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 62.7493109999923,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 62.11435899999924,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.36834200005978,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.717112999991514,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.96136800001841,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.901843000086956,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.4282940000994131,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.59039699996356,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.44843099999707,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.245451000053436,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.02116100001149,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.91213599999901,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.88360200007446,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.8489550000522286,
"failureMessages": [
"currying-4.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f((a) => (1, 2, 3) /* a */);\n f((a) => (b) => (1, 2, 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1, 2, 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => (c) => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f((a) => (1 ? 2 : 3) /* a */);\n - f((a) => (b) => (1 ? 2 : 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => 1 ? 2 : 3 /* b */ /* a */);\n + f((a) => (b) => (c) => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 65.60003400000278,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 62.93510899995454,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 62.6106860000873,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.334719999926165,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 64.3766969999997,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 63.63491400005296,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.4691510000266135,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.51761199999601,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.648784000077285,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.393906000070274,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.84929799998645,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.01336399989668,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.96344500000123,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.6543589999200776,
"failureMessages": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.12806599994656,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.82534099998884,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.518593000015244,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.244399000075646,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.791655999957584,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.88584899995476,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.42208300007041544,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.35442999994848,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.68537099997047,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.515746999997646,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.695688000065275,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.141846999991685,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.571255000075325,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.41741399990860373,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.61015600000974,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.94099000003189,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.62075100000948,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 55.75539199996274,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.32866100000683,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.43153900001198,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.45250000001396984,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.293163000023924,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.10023500001989,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 56.94625899998937,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 57.018791999900714,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.94541599997319,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.19136400008574,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.50576099997852,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.136330000008456,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.91017799999099,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.4392269999953,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.198574999929406,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.205575999920256,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.3817609999096,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.719651999999769,
"failureMessages": [
"tuple-and-record.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 11\n + Received + 15\n \n @@ -35,32 +35,36 @@\n foo: bar,\n bar: baz,\n baz: foo,\n });\n \n - const fn12 = (a) => (b) => (c) => (d) => (e) => #{\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 2.195865999907255,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 1.0325899999588728,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.9072549999691546,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.8639629998942837,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 60.596429000026546,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 61.03761400002986,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.46108600008301437,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.16281200002413,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.571851000073366,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.346062999917194,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.11146499996539,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.032471999991685,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.89623899990693,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.6509330000262707,
"failureMessages": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n a => a instanceof {};\n a => ({})().b && 0;\n - a => ({}().c = 0);\n + a => (({})().c = 0);\n x => ({})()();\n x => ({})()``;\n x => ({})().b;\n a = b => c;\n x => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.33871000004001,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.51360399997793,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.97250999999233,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.404495000024326,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.561439999961294,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.85177800001111,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.4364699999568984,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.09652400005143,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.6217619999079,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.413044999935664,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.02535699994769,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.17591500002891,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.47119999991264,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.4573089999612421,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.81012399995234,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.95969899999909,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.52502599998843,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.00049799995031,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.6876030000858,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.47332899994217,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.5065109999850392,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 76.05455699993763,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 73.26346599997487,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 70.91559400002006,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 70.99437799991574,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 80.8928049999522,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 76.88984000007622,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.7128879999509081,
"failureMessages": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.85310599999502,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.18998699996155,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.45501100004185,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.43793699995149,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.010234000044875,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.397586999926716,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.6535579999908805,
"failureMessages": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.482395000057295,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.667955000069924,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.92736500001047,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 55.985348999965936,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.458737000008114,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.590566999977455,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.9082270000362769,
"failureMessages": [
"comment.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.630959999980405,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.19870299997274,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.869986000005156,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.11566199990921,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.44604900002014,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.42784599994775,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 1.2240590000292286,
"failureMessages": [
"curried.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -315,46 +315,42 @@\n argument11 =>\n argument12 =>\n 3,\n );\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n argument1 =>\n argument2 =>\n argument3 =>\n @@ -369,27 +365,25 @@\n argument12 =>\n 3\n )(3);\n \n bar(\n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -406,24 +400,22 @@\n action => next => next => next => next => next => next => dispatch(action),\n );\n \n foo(action => action => action);\n \n - import(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 78.74534300004598,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 67.1533660000423,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 69.62422599992715,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 68.17309300007764,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 73.4112019999884,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 71.76440500002354,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.6649390000384301,
"failureMessages": [
"currying-2.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 10\n + Received + 8\n \n @@ -25,20 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", head => body => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => mody => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + mody => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n console.log(head, body);\n - },\n - );\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.76344699994661,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.794205000041984,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.58700000005774,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.545645000063814,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.66277799999807,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.35342100006528,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.42666100000496954,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 62.03762299998198,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.855453000054695,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.55493600002956,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.02333599992562,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.05619699996896,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.3749850000022,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.9270519999554381,
"failureMessages": [
"currying-4.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f(a => (1, 2, 3) /* a */);\n f(a => b => (1, 2, 3) /* b */ /* a */);\n - f(a => b => c => (1, 2, 3) /* c */ /* b */ /* a */);\n + f(a => b => c => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f(a => (1 ? 2 : 3) /* a */);\n - f(a => b => (1 ? 2 : 3) /* b */ /* a */);\n - f(a => b => c => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f(a => b => 1 ? 2 : 3 /* b */ /* a */);\n + f(a => b => c => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.72085599997081,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.28275000001304,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 66.19539199990686,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 62.94095299998298,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.54151999996975,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 66.39713900000788,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.43337500002235174,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.60625800001435,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.21446299995296,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.58022200001869,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.785988999996334,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.82950700004585,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.66761200001929,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.6932619999861345,
"failureMessages": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.55243100004736,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.44589500001166,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.58199600002263,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.531195000046864,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.864273999934085,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.459077000035904,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.4264909999910742,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.561439999961294,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.335768999997526,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.37417199998163,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.23915399995167,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.8922480000183,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.90465399995446,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.43899500009138137,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.71412799996324,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 56.925606000004336,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.413073000032455,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.13801600004081,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.2840220000362,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.24004800000694,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.4356489999918267,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.22333200008143,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.65276800002903,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.36094799998682,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.547377999988385,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 58.079383000032976,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 57.83254100009799,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.486695000086911,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.110237999935634,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.258555000065826,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.64545299997553,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.48856000008527,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.01463800005149,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.07192200003192,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.6999250000808388,
"failureMessages": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 7\n + Received + 15\n \n @@ -31,28 +31,36 @@\n }));\n \n =====================================output=====================================\n const fn12 = a => b => c => d => e => ({ foo: bar, bar: baz, baz: foo });\n \n - const fn12 = a => b => c => d => e => #{ foo: bar, bar: baz, baz: foo };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 1.7801539999200031,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.9707540000090376,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.8462900000158697,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.8556470000185072,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.24416200001724,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.75109299994074,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "escaped.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\"\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nescaped.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\",\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 68,
"numPendingTests": 0,
"perfStats": {
"start": 189624.92704699998,
"end": 193736.244625,
"runtime": 4111,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/strings/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.6265079999575391,
"failureMessages": [
"escaped.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\"\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.822355000069365,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 61.61209399998188,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.48875900008716,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.34561499999836,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.45901300001424,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.25730499997735,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.48094299994409084,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.190864000003785,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.70557400002144,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.054463999927975,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.51395400008187,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.01852499996312,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.222681000013836,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.4320120000047609,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.815929999924265,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 1.3383240000111982,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.7678030000533909,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.85049300000537,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 62.46881700004451,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.62970499997027,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.4085380000760779,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.07752900000196,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.09057200001553,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.26541900006123,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.23176900006365,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.024230999988504,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.55909399990924,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.4749519999604672,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 87.81240699999034,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 67.34754800004885,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 70.25159899995197,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 66.68305099999998,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 71.1390530000208,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 67.256418999983,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.6030630000168458,
"failureMessages": [
"escaped.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\",\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.66174300003331,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.823784999898635,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.11949800001457,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.276639000047,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.64645900006872,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.88575899996795,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.4760239999741316,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.88426600000821,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.60710700007621,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.94627199997194,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.14819999993779,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.54230400000233,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.430157999973744,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.41798600007314235,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.156731000053696,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 1.2627920000813901,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.7802660000743344,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.22231600002851,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.13139799993951,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.579677999950945,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.43800199998077005,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.29217100003734,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.41150499996729,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.107422000030056,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.55220599996392,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.1575760000851,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.29672500002198,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.5270000000018626,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 86.33381599991117,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 70.59030199993867,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 70.06202199996915,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 68.36930699995719,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 68.22282199992333,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 68.44530099991243,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "objects.js - {\"quoteProps\":\"as-needed\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"as-needed\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -130,36 +130,36 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n NaN: null,\n 1: null,\n - 1.5: null,\n + \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"preserve\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"preserve\"} format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -130,18 +130,18 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclasses.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -35,10 +35,10 @@\n c1 = \"c1\";\n c2 = \"c2\";\n }\n \n class D {\n - \"d1\" = \"d1\";\n + d1 = \"d1\";\n \"d-2\" = \"d2\";\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -121,45 +121,45 @@\n c1: \"c1\",\n c2: \"c2\",\n };\n \n const d = {\n - \"d1\": \"d1\",\n + d1: \"d1\",\n \"d-2\": \"d2\",\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - \"NaN\": null,\n - \"1\": null,\n + NaN: null,\n + 1: null,\n \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -170,26 +170,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n \"a-\": \"a-\",\n // These can be quoted:\n - \"NaN\": \"NaN\",\n - \"1\": \"1\",\n - \"1.5\": \"1.5\",\n + NaN: \"NaN\",\n + 1: \"1\",\n + 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - \"0.1\": \".1\",\n - \"1\": \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwith_numbers.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -30,9 +30,9 @@\n 1: \"\",\n };\n \n obj = {\n \"foo-bar\": \"\",\n - \"1\": \"\",\n + 1: \"\",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclasses.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -36,10 +36,10 @@\n c1 = 'c1';\n c2 = 'c2';\n }\n \n class D {\n - 'd1' = 'd1';\n + d1 = 'd1';\n 'd-2' = 'd2';\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -122,45 +122,45 @@\n c1: 'c1',\n c2: 'c2',\n };\n \n const d = {\n - 'd1': 'd1',\n + d1: 'd1',\n 'd-2': 'd2',\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - 'NaN': null,\n - '1': null,\n + NaN: null,\n + 1: null,\n '1.5': null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n '.1': null,\n '1.': null,\n '1.0': null,\n - '999999999999999999999': null,\n + 999999999999999999999: null,\n '0.99999999999999999': null,\n '1E2': null,\n '1e+3': null,\n '1e+100': null,\n '0b10': null,\n @@ -171,26 +171,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n 'a-': 'a-',\n // These can be quoted:\n - 'NaN': 'NaN',\n - '1': '1',\n - '1.5': '1.5',\n + NaN: 'NaN',\n + 1: '1',\n + 1.5: '1.5',\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - '0.1': '.1',\n - '1': '1.',\n + .1: '.1',\n + 1.: '1.',\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: '1.0', // 1\n 999999999999999999999: '999999999999999999999', // 1e+21\n 0.99999999999999999: '0.99999999999999999', // 1\n - 1e2: '1E2', // 100\n - 1e3: '1e+3', // 1000\n - 1e100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: '1E2', // 100\n + 1e+3: '1e+3', // 1000\n + 1e+100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: '0b10', // 2\n 0o10: '0o10', // 8\n 0xf: '0xf', // 15\n 2n: '2n', // 2\n 0xan: '0xan', // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwith_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -31,9 +31,9 @@\n 1: '',\n };\n \n obj = {\n 'foo-bar': '',\n - '1': '',\n + 1: '',\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 8,
"numPassingTests": 92,
"numPendingTests": 0,
"perfStats": {
"start": 193804.81334399997,
"end": 199862.68742200005,
"runtime": 6058,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 8,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/quote-props/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 0.422753999941051,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 59.360681000049226,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 58.418158999993466,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 58.3242630000459,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 58.764678000006825,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 0.4391349999932572,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 59.86369300005026,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 59.59366700006649,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 58.52691500005312,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 58.9507679999806,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 0.8002029999624938,
"failureMessages": [
"objects.js - {\"quoteProps\":\"as-needed\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"as-needed\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -130,36 +130,36 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n NaN: null,\n 1: null,\n - 1.5: null,\n + \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 64.16609099996276,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 64.00016499997582,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 69.04899599996861,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 64.06960899999831,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 0.4115540001075715,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 59.12984599999618,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 58.68606400000863,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 59.618490000022575,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 60.54451599996537,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 0.4314899999881163,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 59.336357999942265,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 59.44663700007368,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 58.94099599996116,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 58.887243999983184,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 0.41658299998380244,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 60.54353100003209,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 58.838851999957114,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 58.91148400004022,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 59.863679000060074,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 0.4548149999463931,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 62.47797299991362,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 63.90730600000825,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 59.591174000059254,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 59.52855799999088,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 0.785135000012815,
"failureMessages": [
"objects.js - {\"quoteProps\":\"preserve\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"preserve\"} format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -130,18 +130,18 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 63.43142500007525,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 63.73423599998932,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 63.612661999999546,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 64.08396700001322,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 0.49613200000021607,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 60.28549199993722,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 59.769519999972545,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 58.58884800004307,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 58.83615500002634,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 0.4149489999981597,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 58.938890999997966,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 58.347681999905035,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 58.749477000092156,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 58.505959999980405,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 0.6352539999643341,
"failureMessages": [
"classes.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -35,10 +35,10 @@\n c1 = \"c1\";\n c2 = \"c2\";\n }\n \n class D {\n - \"d1\" = \"d1\";\n + d1 = \"d1\";\n \"d-2\" = \"d2\";\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 58.83281199994963,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 59.00830400001723,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 61.60998499998823,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 59.50841600005515,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 0.4468189999461174,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 58.08673599991016,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 60.08946100005414,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 59.10513699997682,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 59.51475400000345,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 0.8227250000927597,
"failureMessages": [
"objects.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -121,45 +121,45 @@\n c1: \"c1\",\n c2: \"c2\",\n };\n \n const d = {\n - \"d1\": \"d1\",\n + d1: \"d1\",\n \"d-2\": \"d2\",\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - \"NaN\": null,\n - \"1\": null,\n + NaN: null,\n + 1: null,\n \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -170,26 +170,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n \"a-\": \"a-\",\n // These can be quoted:\n - \"NaN\": \"NaN\",\n - \"1\": \"1\",\n - \"1.5\": \"1.5\",\n + NaN: \"NaN\",\n + 1: \"1\",\n + 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - \"0.1\": \".1\",\n - \"1\": \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 62.818242999957874,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 63.365011999965645,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 65.0964189999504,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 66.80718400003389,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 0.41872700001113117,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 59.189337000017986,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 60.803186999983154,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 58.2277330000652,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 60.71336099994369,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 0.6235210000304505,
"failureMessages": [
"with_numbers.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -30,9 +30,9 @@\n 1: \"\",\n };\n \n obj = {\n \"foo-bar\": \"\",\n - \"1\": \"\",\n + 1: \"\",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 58.0691339999903,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 58.125196999986656,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 59.23953399993479,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 59.95948800002225,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 0.6549200000008568,
"failureMessages": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -36,10 +36,10 @@\n c1 = 'c1';\n c2 = 'c2';\n }\n \n class D {\n - 'd1' = 'd1';\n + d1 = 'd1';\n 'd-2' = 'd2';\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 59.78944999992382,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 58.18608600005973,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 58.117884000064805,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 63.76244099996984,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 0.43326399999205023,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 60.61109999998007,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 59.119942000019364,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 58.94704799994361,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 58.49356099998113,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 1.109643999952823,
"failureMessages": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -122,45 +122,45 @@\n c1: 'c1',\n c2: 'c2',\n };\n \n const d = {\n - 'd1': 'd1',\n + d1: 'd1',\n 'd-2': 'd2',\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - 'NaN': null,\n - '1': null,\n + NaN: null,\n + 1: null,\n '1.5': null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n '.1': null,\n '1.': null,\n '1.0': null,\n - '999999999999999999999': null,\n + 999999999999999999999: null,\n '0.99999999999999999': null,\n '1E2': null,\n '1e+3': null,\n '1e+100': null,\n '0b10': null,\n @@ -171,26 +171,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n 'a-': 'a-',\n // These can be quoted:\n - 'NaN': 'NaN',\n - '1': '1',\n - '1.5': '1.5',\n + NaN: 'NaN',\n + 1: '1',\n + 1.5: '1.5',\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - '0.1': '.1',\n - '1': '1.',\n + .1: '.1',\n + 1.: '1.',\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: '1.0', // 1\n 999999999999999999999: '999999999999999999999', // 1e+21\n 0.99999999999999999: '0.99999999999999999', // 1\n - 1e2: '1E2', // 100\n - 1e3: '1e+3', // 1000\n - 1e100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: '1E2', // 100\n + 1e+3: '1e+3', // 1000\n + 1e+100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: '0b10', // 2\n 0o10: '0o10', // 8\n 0xf: '0xf', // 15\n 2n: '2n', // 2\n 0xan: '0xan', // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 66.97443599998951,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 62.692238999996334,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 62.91486600006465,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 67.73080300004221,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 0.4231249999720603,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 59.62211999995634,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 60.29597300000023,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 60.0890730000101,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 59.18317500001285,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 0.606789999990724,
"failureMessages": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -31,9 +31,9 @@\n 1: '',\n };\n \n obj = {\n 'foo-bar': '',\n - '1': '',\n + 1: '',\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 58.63988199993037,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 58.5632260000566,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 58.421074999962,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 60.45205199997872,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 54,
"numPendingTests": 0,
"perfStats": {
"start": 199939.69043100002,
"end": 203382.10709600005,
"runtime": 3442,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrow-call/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.4568880000151694,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 68.04579599993303,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 65.84943300008308,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 64.4577940000454,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 65.18019499990623,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 63.86044300009962,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 64.51971899997443,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 63.699806999997236,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 70.5885540000163,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.47450200002640486,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 61.640006999950856,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 61.210792999947444,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.550463999970816,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.89863599999808,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.76282400009222,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 62.392064000014216,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 64.08766600000672,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.96661199990194,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.5442820000462234,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 76.59648299997207,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 65.49246800004039,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 64.24818900006358,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 66.33010800008196,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 65.88171400001738,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 63.839959000004455,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 65.73754600004759,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 64.95689200004563,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.46577499993145466,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.196074999985285,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.671352999983355,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.83212899998762,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.99388900003396,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.05797900003381,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.37406100006774,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.17794500000309,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.17717099993024,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.45884199999272823,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 82.1583920000121,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 67.29182499996386,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 65.52722600009292,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 63.09500500001013,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 63.15864199993666,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 69.35468500002753,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 64.14291799999774,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 64.52186399989296,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.46873099997173995,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 63.839601999963634,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 63.89222899999004,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 63.12721199996304,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 62.27981300000101,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.67784100002609,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.9307540000882,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 58.40871500002686,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 59.64728700008709,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 36,
"numPendingTests": 0,
"perfStats": {
"start": 203451.425336,
"end": 205507.19756299997,
"runtime": 2056,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/shebang/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 0.4166630000108853,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 56.944996000034735,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 56.94981399993412,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 55.64851600001566,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 55.82236200000625,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 56.60317799996119,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 56.170670000021346,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 56.00124799995683,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 58.128033000044525,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 0.417193999979645,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 56.54330700007267,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 56.96065399993677,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 56.30383200000506,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 56.164409999968484,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 56.651134000043385,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 56.455096999998204,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 56.006490000057966,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 56.983871000004,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 0.4178049999754876,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.12502499995753,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 57.23360400006641,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.97055399999954,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 57.02615200006403,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.01336600002833,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.29138399998192,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.33130299998447,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.11991000000853,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 0.4194780000252649,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 55.95882299996447,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.327991000027396,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 55.707692999974824,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 54.905483000096865,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.54634200001601,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.53839900007006,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.98352300003171,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 56.927888999925926,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 6\n + Received + 7\n \n @@ -13,19 +13,20 @@\n const m2 = module/* B1 */{\n /* B2 */\n };\n \n =====================================output=====================================\n - const m = /*A1*/ module {\n - /*A2*/ /*A3*/\n + const m = /*A1*/ module; /*A2*/\n + {\n + /*A3*/\n /*A4*/\n export const foo = \"foo\";\n export { foo }; /*A5*/\n /*A6*/\n - }; /*A7*/ /*A8*/\n + } /*A7*/ /*A8*/\n \n - const m2 = module {\n - /* B1 */\n + const m2 = module; /* B1 */\n + {\n /* B2 */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 25\n + Received + 35\n \n @@ -41,57 +41,67 @@\n foo(module { export let foo = \"foo\"; });\n \n let m = module { /* foo */ };\n \n =====================================output=====================================\n - module {\n + module;\n + {\n await 3;\n - };\n + }\n \n class B {\n #p() {\n - module {\n + module;\n + {\n class C {\n [this.#p];\n }\n - };\n + }\n }\n }\n \n - const m = module {\n + const m = module;\n + {\n export const foo = \"foo\";\n export { foo };\n - };\n + }\n \n - module {\n - export { foo };\n - };\n + module;\n + {\n + export { foo }\n + }\n \n - const m = module {};\n + const m = module;\n + {\n + }\n \n const worker = new Worker(module {\n export const foo = \"foo\";\n - });\n + })\n \n - let m = module {\n - module {\n + let m = module;\n + {\n + module;\n + {\n export let foo = \"foo\";\n - };\n - };\n + }\n + }\n \n - const m = module {\n - export const foo = \"foo\";\n - };\n + const m = module;\n + {\n + export const foo = \"foo\"\n + }\n \n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n - let m = module {\n + let m = module;\n + {\n /* foo */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -13,14 +13,14 @@\n | ^^\n > 4 | foo(module { export let foo = \"foo\"; })\n | ^^\n 5 |\n =====================================output=====================================\n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nworker.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `worker.js format 1`\n \n - Snapshot - 17\n + Received + 10\n \n @@ -19,28 +19,21 @@\n \n worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n =====================================output=====================================\n let worker = new Worker(module {\n - onmessage = function ({ data }) {\n + onmessage = function({data}) {\n let mod = import(data);\n postMessage(mod.fn());\n - };\n - }, { type: \"module\" });\n -\n - let worker = new Worker(\n - module {\n - onmessage = function ({ data }) {\n - let mod = import(data);\n - postMessage(mod.fn());\n - };\n - },\n - { type: \"module\", foo: \"bar\" },\n - );\n + }\n + }, {type: \"module\"});\n \n - worker.postMessage(module {\n - export function fn() {\n - return \"hello!\";\n + let worker = new Worker(module {\n + onmessage = function({data}) {\n + let mod = import(data);\n + postMessage(mod.fn());\n }\n - });\n + }, {type: \"module\", foo: \"bar\" });\n +\n + worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 21,
"numPendingTests": 0,
"perfStats": {
"start": 205573.189755,
"end": 206344.34430100006,
"runtime": 771,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 13,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/module-blocks/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.7411819999106228,
"failureMessages": [
"comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 6\n + Received + 7\n \n @@ -13,19 +13,20 @@\n const m2 = module/* B1 */{\n /* B2 */\n };\n \n =====================================output=====================================\n - const m = /*A1*/ module {\n - /*A2*/ /*A3*/\n + const m = /*A1*/ module; /*A2*/\n + {\n + /*A3*/\n /*A4*/\n export const foo = \"foo\";\n export { foo }; /*A5*/\n /*A6*/\n - }; /*A7*/ /*A8*/\n + } /*A7*/ /*A8*/\n \n - const m2 = module {\n - /* B1 */\n + const m2 = module; /* B1 */\n + {\n /* B2 */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.3120950000593439,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.8698040000163019,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.786216999986209,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 57.7543650000589,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 0.7891929999459535,
"failureMessages": [
"module-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 25\n + Received + 35\n \n @@ -41,57 +41,67 @@\n foo(module { export let foo = \"foo\"; });\n \n let m = module { /* foo */ };\n \n =====================================output=====================================\n - module {\n + module;\n + {\n await 3;\n - };\n + }\n \n class B {\n #p() {\n - module {\n + module;\n + {\n class C {\n [this.#p];\n }\n - };\n + }\n }\n }\n \n - const m = module {\n + const m = module;\n + {\n export const foo = \"foo\";\n export { foo };\n - };\n + }\n \n - module {\n - export { foo };\n - };\n + module;\n + {\n + export { foo }\n + }\n \n - const m = module {};\n + const m = module;\n + {\n + }\n \n const worker = new Worker(module {\n export const foo = \"foo\";\n - });\n + })\n \n - let m = module {\n - module {\n + let m = module;\n + {\n + module;\n + {\n export let foo = \"foo\";\n - };\n - };\n + }\n + }\n \n - const m = module {\n - export const foo = \"foo\";\n - };\n + const m = module;\n + {\n + export const foo = \"foo\"\n + }\n \n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n - let m = module {\n + let m = module;\n + {\n /* foo */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 1.0232819999800995,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 0.7447590000228956,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 0.6924509999807924,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 59.750908999936655,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-module-blocks.js"
],
"duration": 0.41689300001598895,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-module-blocks.js"
],
"duration": 56.8283400000073,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-module-blocks.js"
],
"duration": 56.342349999933504,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-module-blocks.js"
],
"duration": 57.05722699989565,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-module-blocks.js"
],
"duration": 57.7922649999382,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 0.792909000068903,
"failureMessages": [
"range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -13,14 +13,14 @@\n | ^^\n > 4 | foo(module { export let foo = \"foo\"; })\n | ^^\n 5 |\n =====================================output=====================================\n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 1.0685270000249147,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 0.7221670000581071,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 0.7239900000859052,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 59.40025499998592,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"worker.js"
],
"duration": 0.6717319999588653,
"failureMessages": [
"worker.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `worker.js format 1`\n \n - Snapshot - 17\n + Received + 10\n \n @@ -19,28 +19,21 @@\n \n worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n =====================================output=====================================\n let worker = new Worker(module {\n - onmessage = function ({ data }) {\n + onmessage = function({data}) {\n let mod = import(data);\n postMessage(mod.fn());\n - };\n - }, { type: \"module\" });\n -\n - let worker = new Worker(\n - module {\n - onmessage = function ({ data }) {\n - let mod = import(data);\n - postMessage(mod.fn());\n - };\n - },\n - { type: \"module\", foo: \"bar\" },\n - );\n + }\n + }, {type: \"module\"});\n \n - worker.postMessage(module {\n - export function fn() {\n - return \"hello!\";\n + let worker = new Worker(module {\n + onmessage = function({data}) {\n + let mod = import(data);\n + postMessage(mod.fn());\n }\n - });\n + }, {type: \"module\", foo: \"bar\" });\n +\n + worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"worker.js"
],
"duration": 1.1130210000555962,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"worker.js"
],
"duration": 0.7673219999996945,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"worker.js"
],
"duration": 0.7801160000963137,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"worker.js"
],
"duration": 60.31609900004696,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "function-declaration-in-if.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-if.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n if (false) function foo(){}\n \n =====================================output=====================================\n - if (false) function foo() {}\n + if (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-declaration-in-while.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-while.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n while (false) function foo(){}\n \n =====================================output=====================================\n - while (false) function foo() {}\n + while (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 52,
"numPendingTests": 0,
"perfStats": {
"start": 206426.27586700005,
"end": 209319.63883600006,
"runtime": 2893,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 8,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sloppy-mode/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 0.4431130000157282,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 57.54428500006907,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 57.86043000000063,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 57.35681599995587,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 58.76150600006804,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 60.55810800008476,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 57.75218399998266,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 57.532754999934696,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 57.799966000020504,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 0.4633609999436885,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 58.43243199994322,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 58.433476000092924,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 56.42896299995482,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 56.148623000015505,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 56.824155000038445,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 57.18110099993646,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 56.41661300009582,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 56.87740399991162,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 0.455195999937132,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 57.910062000039034,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 59.10049700003583,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 57.5255579999648,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 57.13980599993374,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 56.73483899992425,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 58.467241000034846,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 58.36051199992653,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 58.318865000037476,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 0.6605109999654815,
"failureMessages": [
"function-declaration-in-if.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-if.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n if (false) function foo(){}\n \n =====================================output=====================================\n - if (false) function foo() {}\n + if (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 60.21068999997806,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 57.09183900000062,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 57.8659129999578,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 58.686724000028335,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 57.26127900008578,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 57.01047500001732,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 57.63682300003711,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 56.89835699996911,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 0.6414649999933317,
"failureMessages": [
"function-declaration-in-while.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-while.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n while (false) function foo(){}\n \n =====================================output=====================================\n - while (false) function foo() {}\n + while (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 2.202928000013344,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 56.990569999907166,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 1.1540879999520257,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 0.733388000051491,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 0.754276999970898,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 56.093003000016324,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 56.46111299993936,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 57.30898700002581,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 0.4321619999827817,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 55.81541600008495,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 57.98844900005497,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 58.14467200008221,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 56.467754999990575,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 56.38581799995154,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 56.164228999987245,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 56.75971599994227,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 56.662400999921374,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "13018.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `13018.js format 1`\n \n - Snapshot - 6\n + Received + 18\n \n @@ -13,13 +13,25 @@\n foo(a--).bar().leet();\n \n =====================================output=====================================\n foo(_a).bar().leet();\n foo(-a).bar().leet();\n - foo(+a).bar().leet();\n - foo(~a).bar().leet();\n - foo(++a).bar().leet();\n - foo(--a).bar().leet();\n - foo(a++).bar().leet();\n - foo(a--).bar().leet();\n + foo(+a)\n + .bar()\n + .leet();\n + foo(~a)\n + .bar()\n + .leet();\n + foo(++a)\n + .bar()\n + .leet();\n + foo(--a)\n + .bar()\n + .leet();\n + foo(a++)\n + .bar()\n + .leet();\n + foo(a--)\n + .bar()\n + .leet();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -9,11 +9,11 @@\n foo.a().b().c({n, o})\n foo.a().b().c(#{n, o})\n \n =====================================output=====================================\n foo.a().b().c([n, o]);\n - foo.a().b().c(#[n, o]);\n + foo.a().b().c(#[n, o])\n \n foo.a().b().c({ n, o });\n - foo.a().b().c(#{ n, o });\n + foo.a().b().c(#{n, o})\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 268,
"numPendingTests": 0,
"perfStats": {
"start": 209394.57516900002,
"end": 225524.35441900004,
"runtime": 16130,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 33,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/method-chain/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"13018.js"
],
"duration": 0.705214999965392,
"failureMessages": [
"13018.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `13018.js format 1`\n \n - Snapshot - 6\n + Received + 18\n \n @@ -13,13 +13,25 @@\n foo(a--).bar().leet();\n \n =====================================output=====================================\n foo(_a).bar().leet();\n foo(-a).bar().leet();\n - foo(+a).bar().leet();\n - foo(~a).bar().leet();\n - foo(++a).bar().leet();\n - foo(--a).bar().leet();\n - foo(a++).bar().leet();\n - foo(a--).bar().leet();\n + foo(+a)\n + .bar()\n + .leet();\n + foo(~a)\n + .bar()\n + .leet();\n + foo(++a)\n + .bar()\n + .leet();\n + foo(--a)\n + .bar()\n + .leet();\n + foo(a++)\n + .bar()\n + .leet();\n + foo(a--)\n + .bar()\n + .leet();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 60.418038000003435,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 59.692463000072166,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 57.82375600002706,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 58.207162999897264,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 58.47249800001737,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 59.0397149999626,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 58.52596600004472,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 60.86679800006095,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 0.43108999996911734,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 58.453468000050634,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 58.4342160000233,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 57.629492999985814,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 58.71521100006066,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 58.023828999954276,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 58.55364999989979,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 57.50066000001971,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 57.55378700001165,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 0.4374920000554994,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 59.74429199995939,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 59.72744699998293,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 58.570054000010714,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 59.135703999898396,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 59.99219300004188,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 58.12135999999009,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 58.736788999987766,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 58.04938300000504,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 0.45506499998737127,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 71.41764899995178,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 62.97881800006144,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 61.049575999961235,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 62.21376600000076,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 61.68004599993583,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 63.131888000061736,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 62.20765899994876,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 62.46150700002909,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 0.441469999961555,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 74.41706999996677,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 60.83124900003895,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 59.40471100003924,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 61.97635400004219,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 60.72474500001408,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 61.93420899997,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 61.83513999998104,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 60.414928999962285,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 0.5406959999818355,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 60.02811000007205,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 58.25956299994141,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 57.07069900003262,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 59.162060000002384,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 57.42715699994005,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 57.38180500001181,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 56.71401999995578,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 57.931489999988116,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.4366300000110641,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 65.27718500001356,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 62.78289300005417,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 65.41078400006518,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 64.13923600001726,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.88974200002849,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 62.85886799998116,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.21941000001971,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.83309600001667,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 0.42343500000424683,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 60.04246999998577,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 58.66420500003733,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 58.47819200006779,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 57.00864799995907,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 58.4426220000023,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 58.248568999930285,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 58.55262199998833,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 57.77687800000422,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 0.42964799993205816,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 60.85676200001035,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 60.83122900000308,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 61.50346200005151,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 60.81384800001979,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 58.22015100007411,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 60.03102100000251,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 59.37020099989604,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 59.904827000107616,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.4924650000175461,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 58.181896999944,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 59.01917800004594,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 57.71108699997421,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 58.17744900006801,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 57.95647299999837,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 58.33411299996078,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 58.67525799991563,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 57.86509199999273,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 0.520729000098072,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 62.15459099994041,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 60.844708999968134,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 59.57474800001364,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 58.64104200003203,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 59.75970599998254,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 60.45809999993071,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 58.911780999973416,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 59.55764800007455,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 0.4345760000869632,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 58.073245999985375,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 57.87278900004458,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 57.83500800002366,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 57.464705999940634,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 57.24898699996993,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 58.96467700006906,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 57.9506490000058,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 58.936835000058636,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 0.49347700004000217,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 62.36718699999619,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 60.68246099993121,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 59.918631999986246,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 60.507809999980964,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 59.79701599990949,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 60.59805599995889,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 60.81573799997568,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 61.02361000003293,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 0.517191999941133,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 66.96073499997146,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 65.72066400002223,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 64.05545400001574,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 63.494788000010885,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 62.29863400000613,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 66.51097699999809,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 63.96961899998132,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 65.26179300004151,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 0.43369500001426786,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 60.90723400004208,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 60.59218999999575,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 62.096137000015005,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 60.18675900006201,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 61.52095299994107,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 62.264931999961846,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 58.634913000045344,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 59.50518700003158,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 0.4798309999750927,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 62.44914699997753,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 62.686743000056595,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 60.736860000062734,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 59.13787199999206,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 59.178848000010476,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 60.61965699994471,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 60.67504500003997,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 59.470871000085026,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 0.43559800006914884,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 58.232164999935776,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 58.80765400000382,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 57.86691499990411,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 57.269956000032835,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 57.722314000013284,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 58.050077000050806,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 58.13088900002185,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 57.70035000005737,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 0.422383000026457,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 58.55308700003661,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 58.64210100006312,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 57.60793499997817,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 58.420773999998346,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 58.67337700002827,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 59.618926000082865,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 59.87792600004468,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 59.44910899992101,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 0.4466089999768883,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 62.41547799995169,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 60.6889309999533,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 61.331129000056535,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 60.27195800002664,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 59.43824400007725,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 60.07563700003084,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 61.756018999964,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 60.56313100003172,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 0.4808040000498295,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 99.4449560000794,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 85.37324400001671,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 78.27529699995648,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 75.70920300006401,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 78.62166599999182,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 78.98996499995701,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 77.59968800004572,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 84.10228300001472,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 0.43697099993005395,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 62.50866799999494,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 61.57463199994527,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 59.86127700004727,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 61.068657999974675,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 61.669716999982484,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 60.96095899993088,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 62.19860100001097,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 61.08637599996291,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 0.4401570000918582,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 66.17215200001374,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 61.905570000060834,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 59.56177499995101,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 59.38805099995807,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 59.64591000007931,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 60.66301200003363,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 61.35809100000188,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 60.68176399997901,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 0.4183760000159964,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 59.11372999998275,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 59.33899700001348,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 58.572034000069834,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 58.062129999976605,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 58.939587000058964,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 62.487312000012025,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 59.72441299993079,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 59.23062700009905,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 0.43899500009138137,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 61.812585000065155,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 61.14838999998756,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 58.6222500000149,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 60.64852500008419,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 60.618943999987096,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 59.42645699996501,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 59.45308800006751,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 60.70309200009797,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 0.429446000023745,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 57.972681999905035,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 58.94935899996199,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 58.40927299996838,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 58.84643200004939,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 58.233310999930836,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 60.034756000037305,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 59.589478999958374,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 58.34162099997047,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 0.4977649999782443,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 59.3222170000663,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 59.546343000023626,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 59.15537200006656,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 58.95206799998414,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 59.46086200000718,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 59.95696900004987,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 59.33875100000296,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 59.89471200003754,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 0.4249289999715984,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 58.711219000048004,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 59.63156400003936,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 57.760244000004604,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 58.258591999998316,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 57.990385000011884,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 58.405845000059344,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 59.35073700000066,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 59.92456199997105,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.42174199991859496,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.83360300003551,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.49519200006034,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 62.13181499997154,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 62.52016900002491,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.27573899994604,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.547964999917895,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.00291899999138,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.370082999928854,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 0.42677200003527105,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 59.268252000096254,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 61.0419609999517,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 59.06309099995997,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 58.22074200003408,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 58.45998200005852,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 59.007228000089526,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 58.282558999955654,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 59.797956000082195,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.6359149999916553,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -9,11 +9,11 @@\n foo.a().b().c({n, o})\n foo.a().b().c(#{n, o})\n \n =====================================output=====================================\n foo.a().b().c([n, o]);\n - foo.a().b().c(#[n, o]);\n + foo.a().b().c(#[n, o])\n \n foo.a().b().c({ n, o });\n - foo.a().b().c(#{ n, o });\n + foo.a().b().c(#{n, o})\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 2.7334650000557303,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.369211999932304,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.8671890000114217,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.0448420000029728,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.2758169999578968,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 62.50382899993565,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 59.940637000021525,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 60.43672699993476,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "in_instanceof.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `in_instanceof.js format 1`\n \n - Snapshot - 43\n + Received + 43\n \n @@ -76,80 +76,80 @@\n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n !!foo instanceof Bar;\n \n =====================================output=====================================\n - (!foo) in bar;\n - (!foo) in bar;\n + !foo in bar;\n + !foo in bar;\n !(foo in bar);\n - (!foo) in bar;\n + !foo in bar;\n \n - (!foo) instanceof Bar;\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n + !foo instanceof Bar;\n !(foo instanceof Bar);\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n \n - (~foo) in bar;\n - (~foo) in bar;\n + ~foo in bar;\n + ~foo in bar;\n ~(foo in bar);\n - (~foo) in bar;\n + ~foo in bar;\n \n - (~foo) instanceof Bar;\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n + ~foo instanceof Bar;\n ~(foo instanceof Bar);\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n \n - (+foo) in bar;\n - (+foo) in bar;\n + +foo in bar;\n + +foo in bar;\n +(foo in bar);\n - (+foo) in bar;\n + +foo in bar;\n \n - (+foo) instanceof Bar;\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n + +foo instanceof Bar;\n +(foo instanceof Bar);\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n \n - (-foo) in bar;\n - (-foo) in bar;\n + -foo in bar;\n + -foo in bar;\n -(foo in bar);\n - (-foo) in bar;\n + -foo in bar;\n \n - (-foo) instanceof Bar;\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n + -foo instanceof Bar;\n -(foo instanceof Bar);\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n \n - (void 0) in bar;\n - (void 0) in bar;\n + void 0 in bar;\n + void 0 in bar;\n void (0 in bar);\n - (void 0) in bar;\n + void 0 in bar;\n \n - (void 0) instanceof bar;\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n + void 0 instanceof bar;\n void (0 instanceof bar);\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n \n - (delete 0) in bar;\n - (delete 0) in bar;\n + delete 0 in bar;\n + delete 0 in bar;\n delete (0 in bar);\n - (delete 0) in bar;\n + delete 0 in bar;\n \n - (delete 0) instanceof bar;\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n + delete 0 instanceof bar;\n delete (0 instanceof bar);\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n \n - (typeof 0) in bar;\n - (typeof 0) in bar;\n + typeof 0 in bar;\n + typeof 0 in bar;\n typeof (0 in bar);\n - (typeof 0) in bar;\n + typeof 0 in bar;\n \n - (typeof 0) instanceof bar;\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n + typeof 0 instanceof bar;\n typeof (0 instanceof bar);\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n \n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n - (!!foo) instanceof Bar;\n + !!foo instanceof Bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -27,21 +27,23 @@\n foo = foo || [\n // comment\n a,\n ];\n \n - foo = foo || #[\n + foo = foo || #;\n + [\n // comment\n a,\n ];\n \n foo = foo || {\n // comment\n a,\n };\n \n - foo = foo || #{\n + foo = foo || #;\n + {\n // comment\n a,\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 160,
"numPendingTests": 0,
"perfStats": {
"start": 225607.34145600005,
"end": 235103.96943700005,
"runtime": 9497,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 21,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/binary-expressions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow.js"
],
"duration": 0.4774270000634715,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 62.51487899990752,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 60.718539999914356,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.45683799998369,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 60.37719500006642,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.24933999998029,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 60.90070100000594,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.61103799997363,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 60.783967999974266,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 0.42609100008849055,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 60.640030000009574,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 58.038736000075005,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 57.265995000023395,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 57.65386199997738,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 57.64495099999476,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 58.811362000065856,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 57.68679000006523,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 58.25755800004117,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 0.5025440000463277,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 61.52811600000132,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.593427999992855,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.35951400001068,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.35333299997728,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.63311499997508,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.48858000000473,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.12584200000856,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.9797560001025,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.4687000000849366,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.97012700000778,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.05210500000976,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.65394999994896,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.04682199994568,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.020202999934554,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.491859999950975,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.31328200001735,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.275847999961115,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 0.4377719999756664,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 68.98812800005544,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 65.939916000003,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 58.0841589999618,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 58.29286799998954,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 57.38402500003576,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 58.99564500001725,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 58.56533099990338,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 58.09102699998766,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 0.4866840000031516,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 58.89388099999633,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 59.128648000070825,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 58.4761990000261,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 58.575405000010505,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 57.250008000060916,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 58.60757899994496,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 60.587845999980345,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 59.15798799996264,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 0.42756400001235306,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 60.05050500005018,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 59.569665999966674,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 58.56438299990259,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 58.98403400008101,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 58.2536989999935,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 59.045491999946535,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 58.91595699999016,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 59.33508799993433,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 0.9878160000080243,
"failureMessages": [
"in_instanceof.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `in_instanceof.js format 1`\n \n - Snapshot - 43\n + Received + 43\n \n @@ -76,80 +76,80 @@\n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n !!foo instanceof Bar;\n \n =====================================output=====================================\n - (!foo) in bar;\n - (!foo) in bar;\n + !foo in bar;\n + !foo in bar;\n !(foo in bar);\n - (!foo) in bar;\n + !foo in bar;\n \n - (!foo) instanceof Bar;\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n + !foo instanceof Bar;\n !(foo instanceof Bar);\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n \n - (~foo) in bar;\n - (~foo) in bar;\n + ~foo in bar;\n + ~foo in bar;\n ~(foo in bar);\n - (~foo) in bar;\n + ~foo in bar;\n \n - (~foo) instanceof Bar;\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n + ~foo instanceof Bar;\n ~(foo instanceof Bar);\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n \n - (+foo) in bar;\n - (+foo) in bar;\n + +foo in bar;\n + +foo in bar;\n +(foo in bar);\n - (+foo) in bar;\n + +foo in bar;\n \n - (+foo) instanceof Bar;\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n + +foo instanceof Bar;\n +(foo instanceof Bar);\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n \n - (-foo) in bar;\n - (-foo) in bar;\n + -foo in bar;\n + -foo in bar;\n -(foo in bar);\n - (-foo) in bar;\n + -foo in bar;\n \n - (-foo) instanceof Bar;\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n + -foo instanceof Bar;\n -(foo instanceof Bar);\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n \n - (void 0) in bar;\n - (void 0) in bar;\n + void 0 in bar;\n + void 0 in bar;\n void (0 in bar);\n - (void 0) in bar;\n + void 0 in bar;\n \n - (void 0) instanceof bar;\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n + void 0 instanceof bar;\n void (0 instanceof bar);\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n \n - (delete 0) in bar;\n - (delete 0) in bar;\n + delete 0 in bar;\n + delete 0 in bar;\n delete (0 in bar);\n - (delete 0) in bar;\n + delete 0 in bar;\n \n - (delete 0) instanceof bar;\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n + delete 0 instanceof bar;\n delete (0 instanceof bar);\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n \n - (typeof 0) in bar;\n - (typeof 0) in bar;\n + typeof 0 in bar;\n + typeof 0 in bar;\n typeof (0 in bar);\n - (typeof 0) in bar;\n + typeof 0 in bar;\n \n - (typeof 0) instanceof bar;\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n + typeof 0 instanceof bar;\n typeof (0 instanceof bar);\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n \n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n - (!!foo) instanceof Bar;\n + !!foo instanceof Bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 70.62976000003982,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 65.61326000001281,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 61.526605000020936,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 60.89272200001869,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 60.926015000091866,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 63.4180949999718,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 63.567531999899074,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 64.28361299994867,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 0.48936899995896965,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 63.85124999994878,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 60.325465000001714,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 60.48250099993311,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 60.03062299999874,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 58.64738400001079,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 60.82427400001325,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 59.749475999968126,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 59.77425099990796,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 0.47101500001735985,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 78.44849400001112,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 65.8194009999279,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 61.71873600000981,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 62.574428999912925,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 60.81814200000372,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 61.77828299999237,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 64.12469900003634,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 63.96111600007862,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 0.47291899996344,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 68.89905299991369,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 65.79750400001649,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 59.705873999977484,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 58.75651300000027,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 60.23813000007067,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 60.563579000066966,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 61.61413799994625,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 61.43901799991727,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 0.4387540000025183,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 61.59276100003626,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 61.18318900000304,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 58.25916699995287,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 58.1234580000164,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 58.18562399991788,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 58.74132599995937,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 57.54478600004222,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 57.4699800000526,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 0.4396970000816509,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 60.5190050000092,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 59.65086499997415,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 58.543530000024475,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 58.82351799996104,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 58.486791000002995,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 59.30821700009983,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 60.160805999999866,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 59.361021999968216,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 0.4272620000410825,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 59.205777000053786,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 60.049910000059754,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 58.52943800005596,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 60.82499600003939,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 58.933465000009164,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 61.28504400001839,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 59.24759299994912,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 60.041182000073604,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 0.4400470000691712,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 61.146223000017926,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 60.173577999928966,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 58.63662300002761,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 59.844139000051655,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 59.520465000066906,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 62.38396799995098,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 61.65747900004499,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 59.70962099998724,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.5118409999413416,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 63.9272780000465,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 62.65815599996131,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.88474599993788,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.992211000062525,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.252746999962255,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 62.312650000094436,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.29617799993139,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.2701019999804,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.6922210000921041,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -27,21 +27,23 @@\n foo = foo || [\n // comment\n a,\n ];\n \n - foo = foo || #[\n + foo = foo || #;\n + [\n // comment\n a,\n ];\n \n foo = foo || {\n // comment\n a,\n };\n \n - foo = foo || #{\n + foo = foo || #;\n + {\n // comment\n a,\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 2.70937000005506,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.5005089999176562,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.8650950000155717,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.7877599999774247,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.7607090000528842,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 59.181140000000596,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 59.285769999958575,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 58.79723100003321,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 0.44725100009236485,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 57.63031699997373,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 58.42352900002152,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 57.70922699989751,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 56.6428639999358,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 57.371397999930196,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 58.50200300000142,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 56.43387599999551,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 57.24897299997974,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "holes-in-args.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `holes-in-args.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,8 +7,11 @@\n .test()\n .test([, 0])\n .test();\n \n =====================================output=====================================\n - new Test().test().test([, 0]).test();\n + new Test()\n + .test()\n + .test([, 0])\n + .test();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-10159.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-10159.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -16,11 +16,13 @@\n {\n for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_43]) {\n }\n }\n {\n - for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_432]) {\n + for (const srcPath of [\n + 123, 123_123_123, 123_123_123_1, 13_123_3123_31_432,\n + ]) {\n }\n }\n {\n for (const srcPath of [\n 123, 123_123_123, 123_123_123_1, 13_123_3123_31_4321,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-negative.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-negative.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -18,14 +18,16 @@\n =====================================output=====================================\n const numbers1 = [\n -2017, -506252, -744011292, -7224, -70.4, -83353.6, -708.4, -174023963.52,\n -40385,\n // comment1\n - -380014, -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845,\n - -67092, -1, -78820379, -2371.6, -16, 7,\n + -380014,\n + -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845, -67092, -1,\n + -78820379, -2371.6, -16, 7,\n // comment2\n - -62454, -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n + -62454,\n + -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n -3758276, -25.5211, -54, -1184265243, -46073628, -280423.44, -41833463,\n -27961.12, -305.36, -199875.28,\n ];\n \n const numbers2 = [\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-with-holes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-holes.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -36,31 +36,31 @@\n =====================================output=====================================\n const numberWithHoles1 = [\n 7234932941,\n 7234932722,\n 7234932312,\n + // comment before a hole 1\n ,\n - // comment before a hole 1\n 7234932841,\n ,\n 7234932843,\n - ,\n // comment after a hole 1\n + ,\n 7234932436,\n ];\n \n const numberWithHoles2 = [\n 0x234932941,\n 0x234932722,\n 0x234932312,\n -\n + // comment before a hole 2\n ,\n - // comment before a hole 2\n 0x234932841,\n ,\n 0x234932843,\n - ,\n // comment after a hole 2\n + ,\n +\n 0x234932436,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-with-tricky-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-tricky-comments.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -14,12 +14,14 @@\n =====================================output=====================================\n const lazyCatererNumbers = [\n 1, 2, 4, 7, 11, 16, 22, 29, 37, 46, 56, 67, 79, 92, 106, 121, 137, 154, 172,\n 191, 211, 232, 254, 277, 301, 326, 352, 379, 407, 436, 466 /*block*/,\n // line\n - 497, 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036,\n - 1082, 1129, 1177, 1226,\n + 497,\n + 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036, 1082,\n + 1129, 1177, 1226,\n // line 2\n - 1276, 1327, 1379,\n + 1276,\n + 1327, 1379,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -28,20 +28,20 @@\n [1, 2],\n [1, 2],\n ];\n \n a = [\n - #[1, 2],\n - #[1, 2],\n - ];\n + #[1,2],\n + #[1,2],\n + ]\n \n a = [\n { a, b },\n { a, b },\n ];\n \n a = [\n - #{ a, b },\n - #{ a, b },\n - ];\n + #{a, b},\n + #{a, b},\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 6,
"numPassingTests": 156,
"numPendingTests": 0,
"perfStats": {
"start": 235195.37079300004,
"end": 244689.34889800003,
"runtime": 9494,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 17,
"unchecked": 0,
"unmatched": 6,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrays/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.42566900001838803,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.516258000046946,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.22633999993559,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 56.71836100006476,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.14709199999925,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.156125999987125,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.523111999966204,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.718635999946855,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.010765000013635,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 0.6649989999132231,
"failureMessages": [
"holes-in-args.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `holes-in-args.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,8 +7,11 @@\n .test()\n .test([, 0])\n .test();\n \n =====================================output=====================================\n - new Test().test().test([, 0]).test();\n + new Test()\n + .test()\n + .test([, 0])\n + .test();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 58.71969599998556,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 58.91979099996388,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 58.255550000001676,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 57.843047000002116,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 56.92971499997657,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 57.53403800004162,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 57.25051799998619,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 56.7520309999818,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 0.7092420000117272,
"failureMessages": [
"issue-10159.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-10159.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -16,11 +16,13 @@\n {\n for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_43]) {\n }\n }\n {\n - for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_432]) {\n + for (const srcPath of [\n + 123, 123_123_123, 123_123_123_1, 13_123_3123_31_432,\n + ]) {\n }\n }\n {\n for (const srcPath of [\n 123, 123_123_123, 123_123_123_1, 13_123_3123_31_4321,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 62.27000899997074,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 63.13004399999045,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 60.464638000004925,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 60.419820000068285,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 59.79931899998337,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 58.08096100005787,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 57.95159399998374,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 58.144734999979846,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 0.4798110000556335,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 57.329790999996476,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 57.17367499996908,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 56.728169000009075,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 59.77181700000074,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 57.55674699996598,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 56.986718000029214,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 56.94686200004071,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 57.89995800005272,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 0.4308000000892207,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 91.68956500000786,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 66.89968099992257,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 63.50380399997812,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 62.74044399999548,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 61.599763999925926,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 63.645265999948606,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 63.61659899994265,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 65.31964399991557,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 0.4407979999668896,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 64.76241099997424,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 63.48799199995119,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 62.48840900009964,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 63.29781700007152,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 60.66534299997147,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 62.88601200003177,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 61.04658299998846,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 61.32236900005955,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 0.43083899992052466,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 65.05986799998209,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 61.33966800000053,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 59.77603300008923,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 66.44575900002383,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 59.89455900003668,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 59.80322600004729,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 61.7076090000337,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 60.43618499999866,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 0.45844099996611476,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 62.0056339999428,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 60.4617820000276,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 59.65978499990888,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 58.94386100000702,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 59.678040999919176,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 61.892840999993496,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 60.21706900000572,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 60.258090000017546,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 0.6437389999628067,
"failureMessages": [
"numbers-negative.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-negative.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -18,14 +18,16 @@\n =====================================output=====================================\n const numbers1 = [\n -2017, -506252, -744011292, -7224, -70.4, -83353.6, -708.4, -174023963.52,\n -40385,\n // comment1\n - -380014, -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845,\n - -67092, -1, -78820379, -2371.6, -16, 7,\n + -380014,\n + -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845, -67092, -1,\n + -78820379, -2371.6, -16, 7,\n // comment2\n - -62454, -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n + -62454,\n + -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n -3758276, -25.5211, -54, -1184265243, -46073628, -280423.44, -41833463,\n -27961.12, -305.36, -199875.28,\n ];\n \n const numbers2 = [\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 60.97535799990874,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 66.68535699998029,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 59.39299900003243,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 58.408352000056766,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 58.79833800008055,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 59.89111099997535,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 58.09138399991207,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 60.20077700004913,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 0.4263309999369085,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 58.20745300000999,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 57.61030599998776,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 58.538348000030965,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 57.89607899996918,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 57.71545799996238,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 56.887762999976985,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 57.838157000020146,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 58.064641000004485,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 0.6665219999849796,
"failureMessages": [
"numbers-with-holes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-holes.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -36,31 +36,31 @@\n =====================================output=====================================\n const numberWithHoles1 = [\n 7234932941,\n 7234932722,\n 7234932312,\n + // comment before a hole 1\n ,\n - // comment before a hole 1\n 7234932841,\n ,\n 7234932843,\n - ,\n // comment after a hole 1\n + ,\n 7234932436,\n ];\n \n const numberWithHoles2 = [\n 0x234932941,\n 0x234932722,\n 0x234932312,\n -\n + // comment before a hole 2\n ,\n - // comment before a hole 2\n 0x234932841,\n ,\n 0x234932843,\n - ,\n // comment after a hole 2\n + ,\n +\n 0x234932436,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 58.687127999961376,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 58.287781000020914,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 59.42265399999451,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 58.42727200000081,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 57.820015999954194,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 60.78457800007891,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 60.234063000069,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 59.57347399997525,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 0.5766929999226704,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 60.80354900006205,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 58.98828600009438,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 57.74153200001456,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 58.040999999968335,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 57.93043199996464,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 59.18775199993979,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 58.450576000032015,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 58.65475400001742,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 0.6451019999803975,
"failureMessages": [
"numbers-with-tricky-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-tricky-comments.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -14,12 +14,14 @@\n =====================================output=====================================\n const lazyCatererNumbers = [\n 1, 2, 4, 7, 11, 16, 22, 29, 37, 46, 56, 67, 79, 92, 106, 121, 137, 154, 172,\n 191, 211, 232, 254, 277, 301, 326, 352, 379, 407, 436, 466 /*block*/,\n // line\n - 497, 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036,\n - 1082, 1129, 1177, 1226,\n + 497,\n + 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036, 1082,\n + 1129, 1177, 1226,\n // line 2\n - 1276, 1327, 1379,\n + 1276,\n + 1327, 1379,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 61.160615999950096,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 59.09053200006019,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 57.989900000044145,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 58.779241999960504,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 58.98847099998966,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 57.695905999979004,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 59.350848999922164,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 60.06971299997531,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 0.4284650000045076,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 67.59850199997891,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 60.46778100007214,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 59.25763500004541,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 59.93012299994007,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 59.15609800000675,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 60.063314000028186,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 62.010097999940626,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 60.17027500004042,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 0.6120189999928698,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 73.1361480000196,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 64.67410499998368,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 59.765348999993876,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 62.8045240000356,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 58.6702669999795,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 58.91541099990718,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 59.233987999963574,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 58.17793700005859,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 0.4620989999966696,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 64.03000899998005,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 62.52182799996808,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 61.49589499994181,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 65.29378499998711,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 63.34106200002134,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 61.26052300003357,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 62.08963100006804,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 62.49737300002016,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 0.4529409999959171,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 62.63113600003999,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 61.98379399999976,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 60.13577799999621,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 58.550364000024274,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 59.028595000039786,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 59.511466000112705,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 60.10954499989748,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 61.251856999937445,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.6182020000414923,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -28,20 +28,20 @@\n [1, 2],\n [1, 2],\n ];\n \n a = [\n - #[1, 2],\n - #[1, 2],\n - ];\n + #[1,2],\n + #[1,2],\n + ]\n \n a = [\n { a, b },\n { a, b },\n ];\n \n a = [\n - #{ a, b },\n - #{ a, b },\n - ];\n + #{a, b},\n + #{a, b},\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 2.9966099999146536,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.4512960000429302,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.8553269999101758,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.7618710000533611,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.8808950000675395,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 59.09728900005575,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 59.902184000005946,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 58.796077999984846,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,11 +9,13 @@\n class C extends [] {}\n class D extends #[] {}\n \n =====================================output=====================================\n class A extends ({}) {}\n - class B extends #{} {}\n + class B extends #{}\n + {\n + }\n \n class C extends [] {}\n class D extends #[] {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 28)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 26,
"numPendingTests": 0,
"perfStats": {
"start": 244789.41046700004,
"end": 246143.09029000002,
"runtime": 1354,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 7,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-extends/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"complex.js"
],
"duration": 0.5975519999628887,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 61.352857999969274,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 62.049819999956526,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 60.84329099999741,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 61.075074999942444,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 65.06944600003771,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 64.66618699999526,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 60.97251600003801,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 59.61283899995033,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 0.4477509999414906,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 64.11731400003191,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 63.13007499999367,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 61.88446300011128,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 60.58162000006996,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 59.9607590000378,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 60.45011800003704,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 62.3394800000824,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 61.557184000033885,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.6215569999767467,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,11 +9,13 @@\n class C extends [] {}\n class D extends #[] {}\n \n =====================================output=====================================\n class A extends ({}) {}\n - class B extends #{} {}\n + class B extends #{}\n + {\n + }\n \n class C extends [] {}\n class D extends #[] {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 28)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.9618460000492632,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.8702930000144988,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.849004999967292,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.7447990000946447,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.7459310000995174,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 57.699488000012934,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 58.665447999956086,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 57.24397700000554,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 162,
"numPendingTests": 0,
"perfStats": {
"start": 246221.759348,
"end": 255832.29556399997,
"runtime": 9611,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 18,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/trailing-comma/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.43822399992495775,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.67914700007532,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 61.69935800007079,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.11950800009072,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.26156000001356,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.107424000045285,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.895542999962345,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.90926599991508,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.36498900002334,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.4701630000490695,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.85215100005735,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.738875000039116,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.741090999916196,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.970862999907695,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.54519099998288,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.97439200000372,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.624120999942534,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.92377400002442,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.4341150000691414,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 63.10103700007312,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.78106199996546,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.95433600002434,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.56962899991777,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.671289999969304,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.37718199996743,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.878564000013284,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.925883000018075,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.4345459999749437,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.08951399999205,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.22995399998035,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.706146999960765,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.88598800008185,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.904743000050075,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.05177100002766,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.372757000033744,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.19178299990017,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.42084100004285574,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.029116999940015,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 61.099664999987,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.55990299989935,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.522426999988966,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.75139600003604,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.83327299996745,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.65578000003006,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.64774899999611,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.4495149999856949,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 61.73540200002026,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.73309999995399,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.65975300001446,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.2715320000425,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.55454399995506,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.117173000006005,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.79883899993729,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.712242000037804,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.4228039999725297,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.07824099995196,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.61684100003913,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.077129999990575,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.92355199996382,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.338974999962375,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.22069000010379,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.33716999995522,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.89534799999092,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.44056799996178597,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.15245799999684,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.79089100006968,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.3253450000193,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.87207500007935,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.505013999994844,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.53783899999689,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.33908200007863,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.87117300007958,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.4387039999710396,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.93802100000903,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.03819399990607,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.50849899998866,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.279299000045285,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.873920000041835,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.62983800005168,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.910738999955356,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 61.19970800005831,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.43091900006402284,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 61.00252899993211,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 61.151180000044405,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.44363500003237,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.08522699994501,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.103830000036396,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.3535410000477,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.31248299998697,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.31516700005159,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.5119809999596328,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 61.724744999897666,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.974029000033624,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 63.02927100006491,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.942340999958105,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.12571700010449,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 63.55732000002172,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.84850999992341,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.36213699996006,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.49309600004926324,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 61.03084499994293,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.78541100001894,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.851159999961965,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.26300999999512,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.77478900004644,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.48649300006218,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.87708000000566,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.70947800006252,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.43721100001130253,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.746428999933414,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.05967700004112,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.42603799991775,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 56.966799000045285,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 56.63139799993951,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.32010499993339,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.98517199989874,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.98563600005582,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.5152189999353141,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.57547700009309,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.11156999995001,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.616692000068724,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.081850000075065,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.197506000055,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.902630000025965,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.902982999919914,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.775763000012375,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.5010410000104457,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 61.06320600002073,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.96556199993938,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.039626999991015,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.14813700004015,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.11606000002939,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.93450000009034,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.40323499997612,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.07570099993609,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.4253589999862015,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.148840000038035,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.32732699997723,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.72552899993025,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.787994999904186,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.17679800000042,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.93664499989245,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.520342999952845,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.578080000006594,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.44392400002107024,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.35507899988443,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.27969100000337,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.33205399999861,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.70498799998313,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.65273000008892,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.38842199998908,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.613865999970585,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.27926600002684,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.46317000000271946,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 61.533400999964215,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 61.42232100002002,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.66980799997691,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.8420080000069,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.64000300003681,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 61.22050100006163,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 61.229440000024624,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.9653920000419,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -31,12 +31,14 @@\n =====================================output=====================================\n () => ({})``;\n ({})``;\n a = () => ({}).x;\n ({}) && a, b;\n - ({})::b, 0;\n - ({})::b()``[\"\"].c++ && 0 ? 0 : 0, 0;\n + ({}\n + ::b, 0)\n + ({}\n + ::b()``[''].c++ && 0 ? 0 : 0, 0)\n ({})(), 0;\n ({} = 0);\n ({} = 0), 1;\n \n const a1 = {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 30)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 71,
"numPendingTests": 0,
"perfStats": {
"start": 255919.38377100002,
"end": 259863.09072000004,
"runtime": 3944,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 13,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/objects/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 0.43326399999205023,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 1.5086840000003576,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 60.01828800002113,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 57.73515600000974,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 58.228017000015825,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 57.204214000026695,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 58.26026600005571,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 58.24233999999706,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 57.88940599991474,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 0.5182029999559745,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 58.55207600002177,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 59.489442999940366,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 57.464372000074945,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 57.83389899996109,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 57.17019500001334,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 58.11238599999342,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 57.854695999994874,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 58.18208599998616,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 0.4529810000676662,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 57.57616900000721,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 59.57557200000156,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 57.86399999994319,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 62.10859200009145,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 58.398632999975234,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 58.70656500000041,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 57.91159799997695,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 58.62097599997651,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 0.9258400000398979,
"failureMessages": [
"expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -31,12 +31,14 @@\n =====================================output=====================================\n () => ({})``;\n ({})``;\n a = () => ({}).x;\n ({}) && a, b;\n - ({})::b, 0;\n - ({})::b()``[\"\"].c++ && 0 ? 0 : 0, 0;\n + ({}\n + ::b, 0)\n + ({}\n + ::b()``[''].c++ && 0 ? 0 : 0, 0)\n ({})(), 0;\n ({} = 0);\n ({} = 0), 1;\n \n const a1 = {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 30)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 2.3347360000479966,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 5.596433000057004,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 1.1841449999483302,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 0.9978549999650568,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 0.8938190001063049,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 60.06256200000644,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 60.72806600003969,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 60.314771999954246,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 0.46363100002054125,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 58.76819600001909,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 59.20145100005902,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 61.491451999987476,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 62.098223999957554,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 61.041240000049584,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 61.806499999947846,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 59.26732099999208,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 63.94073700008448,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 0.46973299991805106,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 61.01046200003475,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 59.39198299997952,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 57.761332000023685,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 59.633765000035055,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 58.06993500003591,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 58.621674000052735,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 58.41440199990757,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 58.31079699995462,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 0.43447600002400577,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 58.63342900003772,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 59.32277199998498,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 59.191202999907546,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 58.691233000019565,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 58.607137000071816,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 58.7339599999832,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 59.37741100008134,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 58.989604000002146,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 0.43686100002378225,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 58.755163999972865,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 76.26368900004309,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 60.55582000000868,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 59.63831700000446,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 59.043366999947466,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 59.034112999914214,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 57.72227600007318,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 58.67718800005969,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -68,13 +68,14 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - } = #{}) {}\n + } = #{}) {\n + }\n \n function StatelessFunctionalComponent3([\n isActive = true,\n onFiltersUpdated = () => null,\n onSelect = () => null,\n @@ -90,10 +91,11 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - ] = #[]) {}\n + ] = #[]) {\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 31)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 20,
"numPendingTests": 0,
"perfStats": {
"start": 259963.15100300004,
"end": 261037.64725700003,
"runtime": 1074,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-single-destructuring/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"array.js"
],
"duration": 0.5467870000284165,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 72.38946600002237,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.29515200003516,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.99624100001529,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 60.73639700002968,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.11079199996311,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 60.7204840000486,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 0.4380429999437183,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 66.2822500000475,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 59.94228900002781,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 65.5719360000221,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 61.95306199998595,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 62.06803000008222,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 61.395762000000104,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.6974199999822304,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -68,13 +68,14 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - } = #{}) {}\n + } = #{}) {\n + }\n \n function StatelessFunctionalComponent3([\n isActive = true,\n onFiltersUpdated = () => null,\n onSelect = () => null,\n @@ -90,10 +91,11 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - ] = #[]) {}\n + ] = #[]) {\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 31)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 5.6263899999903515,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.4105899999849498,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.1733839999651536,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.9642710000043735,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 62.12850900006015,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 61.97251700004563,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "ignore-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore-2.js format 1`\n \n - Snapshot - 3\n + Received + 13\n \n @@ -27,21 +27,31 @@\n // #8736\n \n function HelloWorld() {\n return (\n <div\n - {...{} /*\n - // @ts-ignore */ /* prettier-ignore */}\n + {\n + ...{} /*\n + // @ts-ignore */ /* prettier-ignore */\n + }\n invalidProp=\"HelloWorld\"\n >\n test\n </div>\n );\n }\n \n a = <div {.../* prettier-ignore */ b} />;\n a = <div {...b /* prettier-ignore */} />;\n a = <div {.../* prettier-ignore */ {}} />;\n - a = <div {...{/* prettier-ignore */}} />;\n + a = (\n + <div\n + {\n + ...{\n + /* prettier-ignore */\n + }\n + }\n + />\n + );\n a = <div {...{} /* prettier-ignore */} />;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nignore.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js format 1`\n \n - Snapshot - 30\n + Received + 36\n \n @@ -64,62 +64,68 @@\n \n =====================================output=====================================\n function a() {\n // prettier-ignore\n var fnString =\n - '\"' + this.USE + ' ' + this.STRICT + '\";\\n' +\n + '\"' +\n + this.USE +\n + \" \" +\n + this.STRICT +\n + '\";\\n' +\n this.filterPrefix() +\n - 'var fn=' + this.generateFunction('fn', 's,l,a,i') +\n + \"var fn=\" +\n + this.generateFunction(\"fn\", \"s,l,a,i\") +\n extra +\n this.watchFns() +\n - 'return fn;';\n + \"return fn;\";\n \n // prettier-ignore\n - const identity = Matrix.create(\n - 1, 0, 0,\n - 0, 1, 0,\n - 0, 0, 0\n - );\n + const identity = Matrix.create(1, 0, 0, 0, 1, 0, 0, 0, 0);\n \n // Let's make sure that this comment doesn't interfere\n \n // prettier-ignore\n - const commentsWithPrettierIgnore = {\n - \"ewww\":\n - \"gross-formatting\",\n + const commentsWithPrettierIgnore = {\n + ewww: \"gross-formatting\",\n };\n \n function giveMeSome() {\n - a( a ); // prettier-ignore\n + a(a); // prettier-ignore\n // shouldn't I return something? :shrug:\n }\n \n // prettier-ignore\n console.error(\n - 'In order to use ' + prompt + ', you need to configure a ' +\n - 'few environment variables to be able to commit to the ' +\n - 'repository. Follow those steps to get you setup:\\n' +\n - '\\n' +\n - 'Go to https://github.com/settings/tokens/new\\n' +\n - ' - Fill \"Token description\" with \"' + prompt + ' for ' +\n - repoSlug + '\"\\n' +\n - ' - Check \"public_repo\"\\n' +\n - ' - Press \"Generate Token\"\\n' +\n - '\\n' +\n - 'In a different tab, go to https://travis-ci.org/' +\n - repoSlug + '/settings\\n' +\n - ' - Make sure \"Build only if .travis.yml is present\" is ON\\n' +\n - ' - Fill \"Name\" with \"GITHUB_USER\" and \"Value\" with the name of the ' +\n + \"In order to use \" +\n + prompt +\n + \", you need to configure a \" +\n + \"few environment variables to be able to commit to the \" +\n + \"repository. Follow those steps to get you setup:\\n\" +\n + \"\\n\" +\n + \"Go to https://github.com/settings/tokens/new\\n\" +\n + ' - Fill \"Token description\" with \"' +\n + prompt +\n + \" for \" +\n + repoSlug +\n + '\"\\n' +\n + ' - Check \"public_repo\"\\n' +\n + ' - Press \"Generate Token\"\\n' +\n + \"\\n\" +\n + \"In a different tab, go to https://travis-ci.org/\" +\n + repoSlug +\n + \"/settings\\n\" +\n + ' - Make sure \"Build only if .travis.yml is present\" is ON\\n' +\n + ' - Fill \"Name\" with \"GITHUB_USER\" and \"Value\" with the name of the ' +\n 'account you generated the token with. Press \"Add\"\\n' +\n - '\\n' +\n - 'Once this is done, commit anything to the repository to restart ' +\n - 'Travis and it should work :)'\n + \"\\n\" +\n + \"Once this is done, commit anything to the repository to restart \" +\n + \"Travis and it should work :)\",\n );\n }\n \n const response = {\n // prettier-ignore\n - '_text': 'Turn on the lights',\n + _text: \"Turn on the lights\",\n intent: \"lights\",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-10661.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-10661.js format 1`\n \n - Snapshot - 13\n + Received + 11\n \n @@ -30,32 +30,30 @@\n .c\n )\n \n =====================================output=====================================\n verylongidentifierthatwillwrap123123123123123(\n - a.b\n - // prettier-ignore\n - // Some other comment here\n - .c,\n + // prettier-ignore\n + // Some other comment here\n + a.b.c,\n );\n \n call(\n // comment\n - a.\n - // prettier-ignore\n - b,\n + // prettier-ignore\n + a.b,\n );\n \n call(\n + // prettier-ignore\n a(\n - /*\n + /*\n this won't get formatted too,\n because the prettier-ignore comment is attached as MemberExpression leading comment\n */\n - 1,\n - 2.0000, 3\n - )\n - // prettier-ignore\n - .c,\n + 1,\n + 2.0,\n + 3,\n + ).c,\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-11077.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-11077.js format 1`\n \n - Snapshot - 7\n + Received + 4\n \n @@ -26,19 +26,16 @@\n \n =====================================output=====================================\n function HelloWorld(x) {\n // prettier-ignore\n // eslint-disable-next-line\n - (x.a |\n - x.b).call(null);\n + (x.a | x.b).call(null);\n }\n \n function HelloWorld(x) {\n // prettier-ignore\n - (\n - // eslint-disable-next-line\n - x.a |\n - x.b\n - ).call(null)\n +\n + // eslint-disable-next-line\n + (x.a | x.b).call(null);\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-9877.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-9877.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -17,15 +17,10 @@\n \n =====================================output=====================================\n export default function test() {\n return {\n matrix: // prettier-ignore\n - new Float32Array([\n - 0, 0,\n - 1, 0,\n - 1, 1,\n - 0, 1\n - ]),\n + new Float32Array([0, 0, 1, 0, 1, 1, 0, 1]),\n };\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 5,
"numPassingTests": 85,
"numPendingTests": 0,
"perfStats": {
"start": 261120.614136,
"end": 266150.973066,
"runtime": 5030,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 5,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ignore/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"class-expression-decorator.js"
],
"duration": 0.41490900004282594,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-expression-decorator.js"
],
"duration": 2.215230999980122,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-expression-decorator.js"
],
"duration": 58.86567299999297,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-expression-decorator.js"
],
"duration": 1.1972199999727309,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-expression-decorator.js"
],
"duration": 0.7508499999530613,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-expression-decorator.js"
],
"duration": 56.21435000002384,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-expression-decorator.js"
],
"duration": 57.61178000003565,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-expression-decorator.js"
],
"duration": 56.46878299990203,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-expression-decorator.js"
],
"duration": 56.2804420000175,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"decorator.js"
],
"duration": 0.4538329999195412,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"decorator.js"
],
"duration": 56.6505120000802,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"decorator.js"
],
"duration": 57.892920000012964,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"decorator.js"
],
"duration": 1.0732970000244677,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"decorator.js"
],
"duration": 0.6821319999871776,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"decorator.js"
],
"duration": 55.822167000034824,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"decorator.js"
],
"duration": 56.75887500005774,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"decorator.js"
],
"duration": 56.860779999988154,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"decorator.js"
],
"duration": 57.31983100005891,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ignore-2.js"
],
"duration": 0.7009970000945032,
"failureMessages": [
"ignore-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore-2.js format 1`\n \n - Snapshot - 3\n + Received + 13\n \n @@ -27,21 +27,31 @@\n // #8736\n \n function HelloWorld() {\n return (\n <div\n - {...{} /*\n - // @ts-ignore */ /* prettier-ignore */}\n + {\n + ...{} /*\n + // @ts-ignore */ /* prettier-ignore */\n + }\n invalidProp=\"HelloWorld\"\n >\n test\n </div>\n );\n }\n \n a = <div {.../* prettier-ignore */ b} />;\n a = <div {...b /* prettier-ignore */} />;\n a = <div {.../* prettier-ignore */ {}} />;\n - a = <div {...{/* prettier-ignore */}} />;\n + a = (\n + <div\n + {\n + ...{\n + /* prettier-ignore */\n + }\n + }\n + />\n + );\n a = <div {...{} /* prettier-ignore */} />;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"ignore-2.js"
],
"duration": 70.98902799992356,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ignore-2.js"
],
"duration": 60.444796999916434,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ignore-2.js"
],
"duration": 58.1140599999344,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ignore-2.js"
],
"duration": 58.033219999982975,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ignore-2.js"
],
"duration": 58.367390000028536,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ignore-2.js"
],
"duration": 69.09077800007071,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ignore-2.js"
],
"duration": 58.90244400000665,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ignore-2.js"
],
"duration": 59.3554099999601,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 0.8723079999908805,
"failureMessages": [
"ignore.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js format 1`\n \n - Snapshot - 30\n + Received + 36\n \n @@ -64,62 +64,68 @@\n \n =====================================output=====================================\n function a() {\n // prettier-ignore\n var fnString =\n - '\"' + this.USE + ' ' + this.STRICT + '\";\\n' +\n + '\"' +\n + this.USE +\n + \" \" +\n + this.STRICT +\n + '\";\\n' +\n this.filterPrefix() +\n - 'var fn=' + this.generateFunction('fn', 's,l,a,i') +\n + \"var fn=\" +\n + this.generateFunction(\"fn\", \"s,l,a,i\") +\n extra +\n this.watchFns() +\n - 'return fn;';\n + \"return fn;\";\n \n // prettier-ignore\n - const identity = Matrix.create(\n - 1, 0, 0,\n - 0, 1, 0,\n - 0, 0, 0\n - );\n + const identity = Matrix.create(1, 0, 0, 0, 1, 0, 0, 0, 0);\n \n // Let's make sure that this comment doesn't interfere\n \n // prettier-ignore\n - const commentsWithPrettierIgnore = {\n - \"ewww\":\n - \"gross-formatting\",\n + const commentsWithPrettierIgnore = {\n + ewww: \"gross-formatting\",\n };\n \n function giveMeSome() {\n - a( a ); // prettier-ignore\n + a(a); // prettier-ignore\n // shouldn't I return something? :shrug:\n }\n \n // prettier-ignore\n console.error(\n - 'In order to use ' + prompt + ', you need to configure a ' +\n - 'few environment variables to be able to commit to the ' +\n - 'repository. Follow those steps to get you setup:\\n' +\n - '\\n' +\n - 'Go to https://github.com/settings/tokens/new\\n' +\n - ' - Fill \"Token description\" with \"' + prompt + ' for ' +\n - repoSlug + '\"\\n' +\n - ' - Check \"public_repo\"\\n' +\n - ' - Press \"Generate Token\"\\n' +\n - '\\n' +\n - 'In a different tab, go to https://travis-ci.org/' +\n - repoSlug + '/settings\\n' +\n - ' - Make sure \"Build only if .travis.yml is present\" is ON\\n' +\n - ' - Fill \"Name\" with \"GITHUB_USER\" and \"Value\" with the name of the ' +\n + \"In order to use \" +\n + prompt +\n + \", you need to configure a \" +\n + \"few environment variables to be able to commit to the \" +\n + \"repository. Follow those steps to get you setup:\\n\" +\n + \"\\n\" +\n + \"Go to https://github.com/settings/tokens/new\\n\" +\n + ' - Fill \"Token description\" with \"' +\n + prompt +\n + \" for \" +\n + repoSlug +\n + '\"\\n' +\n + ' - Check \"public_repo\"\\n' +\n + ' - Press \"Generate Token\"\\n' +\n + \"\\n\" +\n + \"In a different tab, go to https://travis-ci.org/\" +\n + repoSlug +\n + \"/settings\\n\" +\n + ' - Make sure \"Build only if .travis.yml is present\" is ON\\n' +\n + ' - Fill \"Name\" with \"GITHUB_USER\" and \"Value\" with the name of the ' +\n 'account you generated the token with. Press \"Add\"\\n' +\n - '\\n' +\n - 'Once this is done, commit anything to the repository to restart ' +\n - 'Travis and it should work :)'\n + \"\\n\" +\n + \"Once this is done, commit anything to the repository to restart \" +\n + \"Travis and it should work :)\",\n );\n }\n \n const response = {\n // prettier-ignore\n - '_text': 'Turn on the lights',\n + _text: \"Turn on the lights\",\n intent: \"lights\",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 62.16979800001718,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 65.8532740001101,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 62.00922000000719,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 59.99491499993019,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 59.64100800000597,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 58.755052000051364,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 59.66877799993381,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 59.36650400003418,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-10661.js"
],
"duration": 0.7055249999975786,
"failureMessages": [
"issue-10661.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-10661.js format 1`\n \n - Snapshot - 13\n + Received + 11\n \n @@ -30,32 +30,30 @@\n .c\n )\n \n =====================================output=====================================\n verylongidentifierthatwillwrap123123123123123(\n - a.b\n - // prettier-ignore\n - // Some other comment here\n - .c,\n + // prettier-ignore\n + // Some other comment here\n + a.b.c,\n );\n \n call(\n // comment\n - a.\n - // prettier-ignore\n - b,\n + // prettier-ignore\n + a.b,\n );\n \n call(\n + // prettier-ignore\n a(\n - /*\n + /*\n this won't get formatted too,\n because the prettier-ignore comment is attached as MemberExpression leading comment\n */\n - 1,\n - 2.0000, 3\n - )\n - // prettier-ignore\n - .c,\n + 1,\n + 2.0,\n + 3,\n + ).c,\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-10661.js"
],
"duration": 62.13754200004041,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-10661.js"
],
"duration": 59.17151100002229,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-10661.js"
],
"duration": 59.64375700009987,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-10661.js"
],
"duration": 56.961000000010245,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-10661.js"
],
"duration": 57.92019400000572,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-10661.js"
],
"duration": 58.590547999949194,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-10661.js"
],
"duration": 59.4994819998974,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-10661.js"
],
"duration": 59.195223000016995,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-11077.js"
],
"duration": 0.6699269999517128,
"failureMessages": [
"issue-11077.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-11077.js format 1`\n \n - Snapshot - 7\n + Received + 4\n \n @@ -26,19 +26,16 @@\n \n =====================================output=====================================\n function HelloWorld(x) {\n // prettier-ignore\n // eslint-disable-next-line\n - (x.a |\n - x.b).call(null);\n + (x.a | x.b).call(null);\n }\n \n function HelloWorld(x) {\n // prettier-ignore\n - (\n - // eslint-disable-next-line\n - x.a |\n - x.b\n - ).call(null)\n +\n + // eslint-disable-next-line\n + (x.a | x.b).call(null);\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-11077.js"
],
"duration": 60.770988999982364,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-11077.js"
],
"duration": 61.37708799995016,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-11077.js"
],
"duration": 60.83839000004809,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-11077.js"
],
"duration": 60.75425599992741,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-11077.js"
],
"duration": 60.77183900005184,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-11077.js"
],
"duration": 60.13134299998637,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-11077.js"
],
"duration": 57.57674699998461,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-11077.js"
],
"duration": 58.23442500003148,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-13737.js"
],
"duration": 0.4618139999220148,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-13737.js"
],
"duration": 58.519736999995075,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-13737.js"
],
"duration": 59.97940800001379,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-13737.js"
],
"duration": 59.07644299999811,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-13737.js"
],
"duration": 58.2676709999796,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-13737.js"
],
"duration": 59.474832999985665,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-13737.js"
],
"duration": 59.862739000003785,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-13737.js"
],
"duration": 58.908191999886185,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-13737.js"
],
"duration": 57.797346999985166,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-14404.js"
],
"duration": 0.5019299999112263,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-14404.js"
],
"duration": 58.335071000037715,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-14404.js"
],
"duration": 57.59835099999327,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-14404.js"
],
"duration": 56.6784050000133,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-14404.js"
],
"duration": 58.520248999935575,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-14404.js"
],
"duration": 57.687593000009656,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-14404.js"
],
"duration": 57.70075199997518,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-14404.js"
],
"duration": 57.491109999944456,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-14404.js"
],
"duration": 57.40266500005964,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-9335.js"
],
"duration": 0.42582499992568046,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-9335.js"
],
"duration": 57.649165000068024,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-9335.js"
],
"duration": 57.19213800004218,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-9335.js"
],
"duration": 57.87319399998523,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-9335.js"
],
"duration": 57.074958999990486,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-9335.js"
],
"duration": 56.34924799995497,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-9335.js"
],
"duration": 58.13436799996998,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-9335.js"
],
"duration": 57.898563000024296,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-9335.js"
],
"duration": 56.89973500010092,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-9877.js"
],
"duration": 0.6080610000062734,
"failureMessages": [
"issue-9877.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-9877.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -17,15 +17,10 @@\n \n =====================================output=====================================\n export default function test() {\n return {\n matrix: // prettier-ignore\n - new Float32Array([\n - 0, 0,\n - 1, 0,\n - 1, 1,\n - 0, 1\n - ]),\n + new Float32Array([0, 0, 1, 0, 1, 1, 0, 1]),\n };\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-9877.js"
],
"duration": 59.540990000008605,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-9877.js"
],
"duration": 59.22464799997397,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-9877.js"
],
"duration": 57.041076999972574,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-9877.js"
],
"duration": 57.708031999995,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-9877.js"
],
"duration": 59.68414000002667,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-9877.js"
],
"duration": 58.488023999962024,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-9877.js"
],
"duration": 58.61418300005607,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-9877.js"
],
"duration": 57.968847000040114,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 30,
"numPendingTests": 0,
"perfStats": {
"start": 266254.71121300006,
"end": 267708.791365,
"runtime": 1454,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes-private-fields/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 0.602712000021711,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 1.6192120000487193,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 0.7799850000301376,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 0.7355519999982789,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 60.256819000002,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private_fields.js"
],
"duration": 0.4866339999716729,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private_fields.js"
],
"duration": 61.989338999963365,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private_fields.js"
],
"duration": 62.961963000008836,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private_fields.js"
],
"duration": 64.39537399995606,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private_fields.js"
],
"duration": 67.79861399997026,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_comments.js"
],
"duration": 0.4247169999871403,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_comments.js"
],
"duration": 57.719837000011466,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_comments.js"
],
"duration": 58.10442600003444,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_comments.js"
],
"duration": 58.94720599998254,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_comments.js"
],
"duration": 58.61931099998765,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"optional-chaining.js - {\"semi\":false}"
],
"duration": 0.42330599995329976,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional-chaining.js - {\"semi\":false}"
],
"duration": 1.1217879999894649,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional-chaining.js - {\"semi\":false}"
],
"duration": 0.7513420000905171,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional-chaining.js - {\"semi\":false}"
],
"duration": 0.7110160000156611,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional-chaining.js - {\"semi\":false}"
],
"duration": 57.80596599995624,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private_fields.js - {\"semi\":false}"
],
"duration": 0.4397260000696406,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private_fields.js - {\"semi\":false}"
],
"duration": 61.423008999903686,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private_fields.js - {\"semi\":false}"
],
"duration": 60.42703399993479,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private_fields.js - {\"semi\":false}"
],
"duration": 60.34310800000094,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private_fields.js - {\"semi\":false}"
],
"duration": 63.152518999995664,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_comments.js - {\"semi\":false}"
],
"duration": 0.42552900000009686,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_comments.js - {\"semi\":false}"
],
"duration": 56.88324799994007,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_comments.js - {\"semi\":false}"
],
"duration": 57.96986399998423,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_comments.js - {\"semi\":false}"
],
"duration": 56.447495999978855,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_comments.js - {\"semi\":false}"
],
"duration": 59.24992500001099,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "blank-line-between-specifiers.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -27,11 +27,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -40,11 +39,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nblank-line-between-specifiers.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -28,11 +28,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -41,11 +40,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbracket.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bracket.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,8 +45,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n };\n - export {fitsIn, oneLine};\n + export { fitsIn, oneLine };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsame-local-and-exported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-exported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n export {a} from 'a';\n export {b as b} from 'b';\n export {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - export {a} from \"a\";\n - export {b as b} from \"b\";\n - export {c as /* comment */ c} from \"c\";\n + export { a } from \"a\";\n + export { b as b } from \"b\";\n + export { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nundefined.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `undefined.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { undefinedExport };\n \n =====================================output=====================================\n - export {undefinedExport};\n + export { undefinedExport };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 5,
"numPassingTests": 103,
"numPendingTests": 0,
"perfStats": {
"start": 267794.897724,
"end": 273880.57608800003,
"runtime": 6086,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 11,
"unchecked": 0,
"unmatched": 5,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 0.6481679999269545,
"failureMessages": [
"blank-line-between-specifiers.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -27,11 +27,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -40,11 +39,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 77.03717600007076,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 58.56131399993319,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 58.700955000007525,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 58.92516799992882,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 58.23747600009665,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 58.49704499996733,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 57.85469700000249,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 57.337201999966055,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 0.4543529999209568,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 58.84577699995134,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 58.50896700005978,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 58.10107799991965,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 57.48400799999945,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 56.73826800007373,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 58.117655999958515,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 57.93276699993294,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 58.379157999996096,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.47827800002414733,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.48440600000322,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.96715000004042,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.0045880000107,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.42188699997496,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 56.36138999997638,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 56.83638799993787,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 56.94936900003813,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.16977799998131,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 0.4687609999673441,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 58.145665999967605,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 57.82763000007253,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 57.3723539999919,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 58.55448699998669,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 57.73124200000893,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 57.588576000067405,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 58.01119400002062,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 57.54137300001457,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.4480720000574365,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.95973000000231,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.65048399998341,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.618717000004835,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.07021999999415,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.76264700002503,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 62.362577000050806,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.23072200000752,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.90530999994371,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 0.46067499998025596,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 57.67468000005465,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 56.61640400008764,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 1.3087880000239238,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 0.7791239999933168,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 55.88079700001981,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 57.004367999965325,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 58.09345899999607,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 57.442456000018865,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 0.7630839999765158,
"failureMessages": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -28,11 +28,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -41,11 +40,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 58.807343999971636,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 59.430753000080585,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 58.19231200008653,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 58.5353190000169,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 59.238486999995075,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 62.110594999976456,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 59.03246600006241,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 58.44041399995331,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 0.6979369999608025,
"failureMessages": [
"bracket.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bracket.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,8 +45,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n };\n - export {fitsIn, oneLine};\n + export { fitsIn, oneLine };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 59.26993699988816,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 59.66146200010553,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 58.577954999986105,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 58.34711099998094,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 59.523471000022255,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 58.87788299995009,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 59.82127999991644,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 59.588849999941885,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.4589560000458732,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 57.79615199996624,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 58.228659000014886,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 58.19722800003365,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 57.92371100001037,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 56.4245060000103,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 56.19504499994218,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 57.86500700004399,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 57.40479599998798,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 0.5993510000407696,
"failureMessages": [
"same-local-and-exported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-exported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n export {a} from 'a';\n export {b as b} from 'b';\n export {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - export {a} from \"a\";\n - export {b as b} from \"b\";\n - export {c as /* comment */ c} from \"c\";\n + export { a } from \"a\";\n + export { b as b } from \"b\";\n + export { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 56.60022099991329,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 57.26023000001442,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 57.299527999944985,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 58.03412800002843,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 56.492375000030734,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 57.71972900000401,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 58.842134000035,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 64.05667600000743,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 0.4370549999875948,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 57.70460599998478,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 58.796275999979116,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 57.73904000001494,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 58.35124500002712,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 58.79305300000124,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 56.72762000001967,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 57.22449900000356,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 58.86930100002792,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 0.5939100000541657,
"failureMessages": [
"undefined.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `undefined.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { undefinedExport };\n \n =====================================output=====================================\n - export {undefinedExport};\n + export { undefinedExport };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 56.44326099997852,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 56.67210199998226,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 1.128398000029847,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 0.6918349999468774,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 56.72993500006851,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 56.372960999957286,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 56.65565699990839,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 56.542280999943614,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 45,
"numPendingTests": 0,
"perfStats": {
"start": 273974.70838500006,
"end": 276287.34046400007,
"runtime": 2313,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/regex/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 0.43006099993363023,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 56.88571299996693,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 56.70221100002527,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 56.10149899998214,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 56.745195000083186,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 56.84155599994119,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 57.89950900000986,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 57.041849999921396,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 56.94239600002766,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 0.42314800003077835,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 56.831083000055514,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 57.14604899997357,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 58.321675000013784,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 56.70352099998854,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 56.56764500006102,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 56.86711899994407,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 57.358910999959335,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 57.01883299998008,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 0.5376699999906123,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 56.83020500000566,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 57.492648000014015,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 1.5307559999637306,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 0.7434060000814497,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 0.7609299999894574,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 56.734523999970406,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 56.13612399995327,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 57.22317899996415,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.44032700010575354,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.64680900005624,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.03036700002849,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.116205999976955,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.27009300002828,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.184326000045985,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.61438199994154,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 56.32726900000125,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 56.12487200007308,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 0.42589999991469085,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 1.230822000070475,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 56.93307999998797,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 56.259836999932304,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 56.0801630000351,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 1.018493999959901,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 58.45919600001071,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 58.9717880000826,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 60.51991399994586,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "cursor-and-range.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CRLF>\n - return <|>15;<CRLF>\n - })();<CRLF>\n + (function () {<LF>\n + return 1<|>5;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x\n + class a {<LF>\n + b() {}<LF>\n + <|>}<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b() {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x<CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x <CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <|><LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CR>\n - return <|>15;<CR>\n - })();<CR>\n + (function () {<LF>\n + return <|>15;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x\n + class a {<LF>\n + b() <|>{}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b() {}<CR>\n - }<CR>\n - <CR>\n - let x<CR>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x <CR>\n + class a {<LF>\n + b() {<|>}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 14,
"numPassingTests": 66,
"numPendingTests": 0,
"perfStats": {
"start": 276373.30559199996,
"end": 280988.455027,
"runtime": 4615,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 14,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/eol/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 0.4339249999029562,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.11899500002619,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.10700600000564,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.235294999904,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.36031399993226,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"}"
],
"duration": 1.2620819999137893,
"failureMessages": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.538538000080734,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"}"
],
"duration": 56.70318800001405,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.27903900004458,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"}"
],
"duration": 59.237119999947026,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 0.7943320000777021,
"failureMessages": [
"range-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.47610700002406,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 58.185697000008076,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 56.45017199998256,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.211236000061035,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 0.7950329999439418,
"failureMessages": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.41181700001471,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.0912000000244,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.143014000030234,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.12338800006546,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 0.6043150000041351,
"failureMessages": [
"cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CRLF>\n - return <|>15;<CRLF>\n - })();<CRLF>\n + (function () {<LF>\n + return 1<|>5;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 56.74470599996857,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 55.904722000006586,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 56.38102800003253,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 57.851017999928445,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 0.8357499999692664,
"failureMessages": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x\n + class a {<LF>\n + b() {}<LF>\n + <|>}<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 57.03112299996428,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 59.62890100001823,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 56.98803200002294,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 58.37209299998358,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 0.8182269999524578,
"failureMessages": [
"range-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b() {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x<CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 57.853747999994084,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 57.001839000033215,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 58.60859600000549,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 57.257542000035755,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 0.8309309999458492,
"failureMessages": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x <CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <|><LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 58.37199200002942,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 57.20283700001892,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 58.51510399999097,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 58.087650000001304,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 0.6384889999171719,
"failureMessages": [
"cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CR>\n - return <|>15;<CR>\n - })();<CR>\n + (function () {<LF>\n + return <|>15;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.027270999969915,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.23116600001231,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 58.172310000052676,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 56.99466399999801,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"}"
],
"duration": 0.7639050000580028,
"failureMessages": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x\n + class a {<LF>\n + b() <|>{}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.39214999997057,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"}"
],
"duration": 56.76459999999497,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.833267999929376,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.696538000018336,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 0.8415209999075159,
"failureMessages": [
"range-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b() {}<CR>\n - }<CR>\n - <CR>\n - let x<CR>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.90719800000079,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 56.91900900006294,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 56.87805199995637,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 56.852344999904744,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 0.8614630000665784,
"failureMessages": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x <CR>\n + class a {<LF>\n + b() {<|>}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.080543000018224,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.202639999915846,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.09606100001838,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.22253699996509,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 0.48357099993154407,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 56.94893399998546,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 57.01746899995487,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 56.28407299995888,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 57.0263359999517,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"}"
],
"duration": 0.8030130000552163,
"failureMessages": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"}"
],
"duration": 57.734404999995604,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"}"
],
"duration": 57.142575999954715,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"}"
],
"duration": 58.1946600000374,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"}"
],
"duration": 57.93305099999998,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 0.8873920000623912,
"failureMessages": [
"range-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 56.63445999997202,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 56.86264599999413,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 56.31907899992075,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 58.207673000055365,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 0.8418860000092536,
"failureMessages": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 56.93775000004098,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 56.83723100007046,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 57.8931740000844,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 58.26810900005512,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 54,
"numPendingTests": 0,
"perfStats": {
"start": 281074.478373,
"end": 283965.62680500007,
"runtime": 2891,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-star/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 0.45792299997992814,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 56.94367099995725,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 57.404601000016555,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 57.35065499995835,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 56.02742100006435,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 56.98777200002223,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 57.055480999988504,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 58.134124999982305,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 56.662265999941155,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 0.41650499997194856,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 56.95467800006736,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 63.65036800003145,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 57.40865200001281,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 56.34974299999885,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 57.30360799992923,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 57.55950099998154,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 57.443496000021696,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 56.31260900001507,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 0.4639339999994263,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 1.4241629999596626,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 1.4747280000010505,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 56.788613999960944,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 57.541084000025876,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 56.19312299997546,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 57.303269999916665,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 56.17526099993847,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 56.526641999953426,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 0.41778700007125735,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 1.2114620000356808,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 1.1535939999157563,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 56.99489099998027,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 57.10200499999337,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 58.421570000005886,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 57.147838000091724,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 56.67561099992599,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 56.34126200003084,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 0.47711899993009865,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 56.56230400002096,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 56.959012000006624,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 57.40258700004779,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 57.83525300002657,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 56.82776200002991,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 57.310416999971494,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 58.11232700000983,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 58.77848899993114,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 0.4383460000390187,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 58.53859999997076,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 57.251164999906905,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 56.76020499994047,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 56.923635000013746,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 56.49598799995147,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 56.973257999983616,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 57.13733499997761,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 56.23887200001627,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "ignore.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -52,36 +52,36 @@\n }\n \n =====================================output=====================================\n foo = {\n // prettier-ignore\n - bar: 1,\n + bar: 1,\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1,\n + bar: 1,\n };\n \n /* comments */\n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1, // comment\n + bar: 1, // comment\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1 /* comment */,\n + bar: 1 /* comment */,\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: /* comment */ 1,\n + bar: /* comment */ 1,\n };\n \n /* SpreadElement */\n foo = {\n _: \"\",\n @@ -91,12 +91,12 @@\n \n // Nested\n foo = {\n baz: {\n // prettier-ignore\n - foo: [1, 2, 3],\n + foo: [1, 2, 3],\n },\n // prettier-ignore\n - bar: 1,\n + bar: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-5678.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5678.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 31\n + Received + 7\n \n @@ -62,53 +62,29 @@\n const refreshTokenPayload = {\n type: \"refreshToken\",\n sub: this._id,\n role: this.role,\n // prettier-ignore\n - exp: now + (60 * 60 * 24 * 90), // (90 days)\n + exp: now + 60 * 60 * 24 * 90, // (90 days)\n };\n \n export default {\n // prettier-ignore\n - protagonist: \" 0\\r\\n\" +\n - \"0 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\",\n + protagonist: \" 0\\r\\n\" + \"0 00\\r\\n\" + \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0\",\n \n // prettier-ignore\n - wall: \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\",\n + wall: \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - cheese: \"0\\r\\n\" +\n - \" 0\\r\\n\" +\n - \"000\\r\\n\" +\n - \"00 0\\r\\n\" +\n - \"00000\",\n + cheese: \"0\\r\\n\" + \" 0\\r\\n\" + \"000\\r\\n\" + \"00 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - enemy: \"0 0\\r\\n\" +\n - \"00 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0 0\\r\\n\" +\n - \"00000\",\n + enemy: \"0 0\\r\\n\" + \"00 00\\r\\n\" + \"00000\\r\\n\" + \"0 0 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - home: \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"00000\",\n + home: \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0\\r\\n\" + \"0 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - dog: \"00 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0 0\\r\\n\" +\n - \" 000 \",\n + dog: \"00 00\\r\\n\" + \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0 0\\r\\n\" + \" 000 \",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nignore.js - {\"trailingComma\":\"none\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js - {\"trailingComma\":\"none\"} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -52,36 +52,36 @@\n }\n \n =====================================output=====================================\n foo = {\n // prettier-ignore\n - bar: 1\n + bar: 1\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1\n + bar: 1\n };\n \n /* comments */\n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1 // comment\n + bar: 1 // comment\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1 /* comment */\n + bar: 1 /* comment */\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: /* comment */ 1\n + bar: /* comment */ 1\n };\n \n /* SpreadElement */\n foo = {\n _: \"\",\n @@ -91,12 +91,12 @@\n \n // Nested\n foo = {\n baz: {\n // prettier-ignore\n - foo: [1, 2, 3]\n + foo: [1, 2, 3]\n },\n // prettier-ignore\n - bar: 1\n + bar: 1\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-5678.js - {\"trailingComma\":\"none\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5678.js - {\"trailingComma\":\"none\"} format 1`\n \n - Snapshot - 31\n + Received + 7\n \n @@ -62,53 +62,29 @@\n const refreshTokenPayload = {\n type: \"refreshToken\",\n sub: this._id,\n role: this.role,\n // prettier-ignore\n - exp: now + (60 * 60 * 24 * 90) // (90 days)\n + exp: now + 60 * 60 * 24 * 90 // (90 days)\n };\n \n export default {\n // prettier-ignore\n - protagonist: \" 0\\r\\n\" +\n - \"0 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\",\n + protagonist: \" 0\\r\\n\" + \"0 00\\r\\n\" + \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0\",\n \n // prettier-ignore\n - wall: \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\",\n + wall: \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - cheese: \"0\\r\\n\" +\n - \" 0\\r\\n\" +\n - \"000\\r\\n\" +\n - \"00 0\\r\\n\" +\n - \"00000\",\n + cheese: \"0\\r\\n\" + \" 0\\r\\n\" + \"000\\r\\n\" + \"00 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - enemy: \"0 0\\r\\n\" +\n - \"00 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0 0\\r\\n\" +\n - \"00000\",\n + enemy: \"0 0\\r\\n\" + \"00 00\\r\\n\" + \"00000\\r\\n\" + \"0 0 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - home: \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"00000\",\n + home: \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0\\r\\n\" + \"0 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - dog: \"00 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0 0\\r\\n\" +\n - \" 000 \"\n + dog: \"00 00\\r\\n\" + \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0 0\\r\\n\" + \" 000 \"\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nignore.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -52,36 +52,36 @@\n }\n \n =====================================output=====================================\n foo = {\n // prettier-ignore\n - bar: 1,\n + bar: 1,\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1,\n + bar: 1,\n };\n \n /* comments */\n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1, // comment\n + bar: 1, // comment\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1 /* comment */,\n + bar: 1 /* comment */,\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: /* comment */ 1,\n + bar: /* comment */ 1,\n };\n \n /* SpreadElement */\n foo = {\n _: \"\",\n @@ -91,12 +91,12 @@\n \n // Nested\n foo = {\n baz: {\n // prettier-ignore\n - foo: [1, 2, 3],\n + foo: [1, 2, 3],\n },\n // prettier-ignore\n - bar: 1,\n + bar: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-5678.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5678.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 31\n + Received + 7\n \n @@ -62,53 +62,29 @@\n const refreshTokenPayload = {\n type: \"refreshToken\",\n sub: this._id,\n role: this.role,\n // prettier-ignore\n - exp: now + (60 * 60 * 24 * 90), // (90 days)\n + exp: now + 60 * 60 * 24 * 90, // (90 days)\n };\n \n export default {\n // prettier-ignore\n - protagonist: \" 0\\r\\n\" +\n - \"0 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\",\n + protagonist: \" 0\\r\\n\" + \"0 00\\r\\n\" + \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0\",\n \n // prettier-ignore\n - wall: \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\",\n + wall: \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - cheese: \"0\\r\\n\" +\n - \" 0\\r\\n\" +\n - \"000\\r\\n\" +\n - \"00 0\\r\\n\" +\n - \"00000\",\n + cheese: \"0\\r\\n\" + \" 0\\r\\n\" + \"000\\r\\n\" + \"00 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - enemy: \"0 0\\r\\n\" +\n - \"00 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0 0\\r\\n\" +\n - \"00000\",\n + enemy: \"0 0\\r\\n\" + \"00 00\\r\\n\" + \"00000\\r\\n\" + \"0 0 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - home: \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"00000\",\n + home: \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0\\r\\n\" + \"0 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - dog: \"00 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0 0\\r\\n\" +\n - \" 000 \",\n + dog: \"00 00\\r\\n\" + \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0 0\\r\\n\" + \" 000 \",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 6,
"numPassingTests": 48,
"numPendingTests": 0,
"perfStats": {
"start": 284059.018046,
"end": 287291.917251,
"runtime": 3233,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 6,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-property-ignore/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.7603820000076666,
"failureMessages": [
"ignore.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -52,36 +52,36 @@\n }\n \n =====================================output=====================================\n foo = {\n // prettier-ignore\n - bar: 1,\n + bar: 1,\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1,\n + bar: 1,\n };\n \n /* comments */\n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1, // comment\n + bar: 1, // comment\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1 /* comment */,\n + bar: 1 /* comment */,\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: /* comment */ 1,\n + bar: /* comment */ 1,\n };\n \n /* SpreadElement */\n foo = {\n _: \"\",\n @@ -91,12 +91,12 @@\n \n // Nested\n foo = {\n baz: {\n // prettier-ignore\n - foo: [1, 2, 3],\n + foo: [1, 2, 3],\n },\n // prettier-ignore\n - bar: 1,\n + bar: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 68.16968299995642,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 61.12518800003454,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.276134000043385,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.32093500008341,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.92169099999592,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.19335499999579,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.43246599996928,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.612765000085346,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.7343700000783429,
"failureMessages": [
"issue-5678.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5678.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 31\n + Received + 7\n \n @@ -62,53 +62,29 @@\n const refreshTokenPayload = {\n type: \"refreshToken\",\n sub: this._id,\n role: this.role,\n // prettier-ignore\n - exp: now + (60 * 60 * 24 * 90), // (90 days)\n + exp: now + 60 * 60 * 24 * 90, // (90 days)\n };\n \n export default {\n // prettier-ignore\n - protagonist: \" 0\\r\\n\" +\n - \"0 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\",\n + protagonist: \" 0\\r\\n\" + \"0 00\\r\\n\" + \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0\",\n \n // prettier-ignore\n - wall: \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\",\n + wall: \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - cheese: \"0\\r\\n\" +\n - \" 0\\r\\n\" +\n - \"000\\r\\n\" +\n - \"00 0\\r\\n\" +\n - \"00000\",\n + cheese: \"0\\r\\n\" + \" 0\\r\\n\" + \"000\\r\\n\" + \"00 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - enemy: \"0 0\\r\\n\" +\n - \"00 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0 0\\r\\n\" +\n - \"00000\",\n + enemy: \"0 0\\r\\n\" + \"00 00\\r\\n\" + \"00000\\r\\n\" + \"0 0 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - home: \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"00000\",\n + home: \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0\\r\\n\" + \"0 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - dog: \"00 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0 0\\r\\n\" +\n - \" 000 \",\n + dog: \"00 00\\r\\n\" + \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0 0\\r\\n\" + \" 000 \",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.901153999962844,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.180015000049025,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.469487000023946,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.787825000006706,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.00828900001943,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.88711300003342,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.2385409999406,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.53993600001559,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.8191590000642464,
"failureMessages": [
"ignore.js - {\"trailingComma\":\"none\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js - {\"trailingComma\":\"none\"} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -52,36 +52,36 @@\n }\n \n =====================================output=====================================\n foo = {\n // prettier-ignore\n - bar: 1\n + bar: 1\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1\n + bar: 1\n };\n \n /* comments */\n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1 // comment\n + bar: 1 // comment\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1 /* comment */\n + bar: 1 /* comment */\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: /* comment */ 1\n + bar: /* comment */ 1\n };\n \n /* SpreadElement */\n foo = {\n _: \"\",\n @@ -91,12 +91,12 @@\n \n // Nested\n foo = {\n baz: {\n // prettier-ignore\n - foo: [1, 2, 3]\n + foo: [1, 2, 3]\n },\n // prettier-ignore\n - bar: 1\n + bar: 1\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 64.73808400006965,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.04118599998765,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.53473100007977,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.50545499997679,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.84923100005835,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.96757099998649,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.71864800003823,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.1285800000187,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.7206840000580996,
"failureMessages": [
"issue-5678.js - {\"trailingComma\":\"none\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5678.js - {\"trailingComma\":\"none\"} format 1`\n \n - Snapshot - 31\n + Received + 7\n \n @@ -62,53 +62,29 @@\n const refreshTokenPayload = {\n type: \"refreshToken\",\n sub: this._id,\n role: this.role,\n // prettier-ignore\n - exp: now + (60 * 60 * 24 * 90) // (90 days)\n + exp: now + 60 * 60 * 24 * 90 // (90 days)\n };\n \n export default {\n // prettier-ignore\n - protagonist: \" 0\\r\\n\" +\n - \"0 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\",\n + protagonist: \" 0\\r\\n\" + \"0 00\\r\\n\" + \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0\",\n \n // prettier-ignore\n - wall: \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\",\n + wall: \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - cheese: \"0\\r\\n\" +\n - \" 0\\r\\n\" +\n - \"000\\r\\n\" +\n - \"00 0\\r\\n\" +\n - \"00000\",\n + cheese: \"0\\r\\n\" + \" 0\\r\\n\" + \"000\\r\\n\" + \"00 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - enemy: \"0 0\\r\\n\" +\n - \"00 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0 0\\r\\n\" +\n - \"00000\",\n + enemy: \"0 0\\r\\n\" + \"00 00\\r\\n\" + \"00000\\r\\n\" + \"0 0 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - home: \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"00000\",\n + home: \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0\\r\\n\" + \"0 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - dog: \"00 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0 0\\r\\n\" +\n - \" 000 \"\n + dog: \"00 00\\r\\n\" + \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0 0\\r\\n\" + \" 000 \"\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"none\"}"
],
"duration": 61.440654000034556,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.7901520000305,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.31979099998716,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.117119000060484,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.26578899996821,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.26049300003797,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.680261999950744,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.50490900001023,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.911352000082843,
"failureMessages": [
"ignore.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -52,36 +52,36 @@\n }\n \n =====================================output=====================================\n foo = {\n // prettier-ignore\n - bar: 1,\n + bar: 1,\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1,\n + bar: 1,\n };\n \n /* comments */\n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1, // comment\n + bar: 1, // comment\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: 1 /* comment */,\n + bar: 1 /* comment */,\n };\n \n foo = {\n _: \"\",\n // prettier-ignore\n - bar: /* comment */ 1,\n + bar: /* comment */ 1,\n };\n \n /* SpreadElement */\n foo = {\n _: \"\",\n @@ -91,12 +91,12 @@\n \n // Nested\n foo = {\n baz: {\n // prettier-ignore\n - foo: [1, 2, 3],\n + foo: [1, 2, 3],\n },\n // prettier-ignore\n - bar: 1,\n + bar: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 64.67849900003057,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.564983000047505,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.91155199997593,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.960461000096984,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.348298999946564,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.49094599997625,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.620386000024155,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.72714700002689,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.7202629999956116,
"failureMessages": [
"issue-5678.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5678.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 31\n + Received + 7\n \n @@ -62,53 +62,29 @@\n const refreshTokenPayload = {\n type: \"refreshToken\",\n sub: this._id,\n role: this.role,\n // prettier-ignore\n - exp: now + (60 * 60 * 24 * 90), // (90 days)\n + exp: now + 60 * 60 * 24 * 90, // (90 days)\n };\n \n export default {\n // prettier-ignore\n - protagonist: \" 0\\r\\n\" +\n - \"0 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\",\n + protagonist: \" 0\\r\\n\" + \"0 00\\r\\n\" + \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0\",\n \n // prettier-ignore\n - wall: \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"00000\",\n + wall: \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - cheese: \"0\\r\\n\" +\n - \" 0\\r\\n\" +\n - \"000\\r\\n\" +\n - \"00 0\\r\\n\" +\n - \"00000\",\n + cheese: \"0\\r\\n\" + \" 0\\r\\n\" + \"000\\r\\n\" + \"00 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - enemy: \"0 0\\r\\n\" +\n - \"00 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0 0\\r\\n\" +\n - \"00000\",\n + enemy: \"0 0\\r\\n\" + \"00 00\\r\\n\" + \"00000\\r\\n\" + \"0 0 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - home: \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"00000\",\n + home: \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0\\r\\n\" + \"0 0\\r\\n\" + \"00000\",\n \n // prettier-ignore\n - dog: \"00 00\\r\\n\" +\n - \"00000\\r\\n\" +\n - \"0 0\\r\\n\" +\n - \"0 0 0\\r\\n\" +\n - \" 000 \",\n + dog: \"00 00\\r\\n\" + \"00000\\r\\n\" + \"0 0\\r\\n\" + \"0 0 0\\r\\n\" + \" 000 \",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.14726999995764,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.1488740000641,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.04348000010941,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.597813999978825,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.775794000015594,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.840128000010736,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.10072200000286,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-5678.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.21173400001135,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "ignore.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -48,33 +48,33 @@\n } = foo\n \n =====================================output=====================================\n const {\n // prettier-ignore\n - bar = 1,\n + bar = 1,\n } = foo;\n \n const {\n _,\n // prettier-ignore\n - bar2 = 1,\n + bar2 = 1,\n } = foo;\n \n /* comments */\n const {\n // prettier-ignore\n - bar3 = 1, // comment\n + bar3 = 1, // comment\n } = foo;\n \n const {\n // prettier-ignore\n - bar4 = 1 /* comment */,\n + bar4 = 1 /* comment */,\n } = foo;\n \n const {\n // prettier-ignore\n - bar5 = /* comment */ 1,\n + bar5 = /* comment */ 1,\n } = foo;\n \n /* RestElement */\n const {\n // prettier-ignore\n @@ -83,12 +83,12 @@\n \n // Nested\n const {\n baz: {\n // prettier-ignore\n - foo2 = [1, 2, 3],\n + foo2 = [1, 2, 3],\n },\n // prettier-ignore\n - bar7 = 1,\n + bar7 = 1,\n } = foo;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nignore.js - {\"trailingComma\":\"none\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js - {\"trailingComma\":\"none\"} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -48,33 +48,33 @@\n } = foo\n \n =====================================output=====================================\n const {\n // prettier-ignore\n - bar = 1\n + bar = 1\n } = foo;\n \n const {\n _,\n // prettier-ignore\n - bar2 = 1\n + bar2 = 1\n } = foo;\n \n /* comments */\n const {\n // prettier-ignore\n - bar3 = 1 // comment\n + bar3 = 1 // comment\n } = foo;\n \n const {\n // prettier-ignore\n - bar4 = 1 /* comment */\n + bar4 = 1 /* comment */\n } = foo;\n \n const {\n // prettier-ignore\n - bar5 = /* comment */ 1\n + bar5 = /* comment */ 1\n } = foo;\n \n /* RestElement */\n const {\n // prettier-ignore\n @@ -83,12 +83,12 @@\n \n // Nested\n const {\n baz: {\n // prettier-ignore\n - foo2 = [1, 2, 3]\n + foo2 = [1, 2, 3]\n },\n // prettier-ignore\n - bar7 = 1\n + bar7 = 1\n } = foo;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nignore.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -48,33 +48,33 @@\n } = foo\n \n =====================================output=====================================\n const {\n // prettier-ignore\n - bar = 1,\n + bar = 1,\n } = foo;\n \n const {\n _,\n // prettier-ignore\n - bar2 = 1,\n + bar2 = 1,\n } = foo;\n \n /* comments */\n const {\n // prettier-ignore\n - bar3 = 1, // comment\n + bar3 = 1, // comment\n } = foo;\n \n const {\n // prettier-ignore\n - bar4 = 1 /* comment */,\n + bar4 = 1 /* comment */,\n } = foo;\n \n const {\n // prettier-ignore\n - bar5 = /* comment */ 1,\n + bar5 = /* comment */ 1,\n } = foo;\n \n /* RestElement */\n const {\n // prettier-ignore\n @@ -83,12 +83,12 @@\n \n // Nested\n const {\n baz: {\n // prettier-ignore\n - foo2 = [1, 2, 3],\n + foo2 = [1, 2, 3],\n },\n // prettier-ignore\n - bar7 = 1,\n + bar7 = 1,\n } = foo;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 3,
"numPassingTests": 24,
"numPendingTests": 0,
"perfStats": {
"start": 287383.27472499997,
"end": 289018.115376,
"runtime": 1635,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 3,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/destructuring-ignore/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.6873790000099689,
"failureMessages": [
"ignore.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -48,33 +48,33 @@\n } = foo\n \n =====================================output=====================================\n const {\n // prettier-ignore\n - bar = 1,\n + bar = 1,\n } = foo;\n \n const {\n _,\n // prettier-ignore\n - bar2 = 1,\n + bar2 = 1,\n } = foo;\n \n /* comments */\n const {\n // prettier-ignore\n - bar3 = 1, // comment\n + bar3 = 1, // comment\n } = foo;\n \n const {\n // prettier-ignore\n - bar4 = 1 /* comment */,\n + bar4 = 1 /* comment */,\n } = foo;\n \n const {\n // prettier-ignore\n - bar5 = /* comment */ 1,\n + bar5 = /* comment */ 1,\n } = foo;\n \n /* RestElement */\n const {\n // prettier-ignore\n @@ -83,12 +83,12 @@\n \n // Nested\n const {\n baz: {\n // prettier-ignore\n - foo2 = [1, 2, 3],\n + foo2 = [1, 2, 3],\n },\n // prettier-ignore\n - bar7 = 1,\n + bar7 = 1,\n } = foo;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 60.76950399996713,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 61.91481900005601,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.76112100004684,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 58.09720499999821,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 57.772938000038266,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.756773000000976,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 59.44940700009465,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"es5\"}"
],
"duration": 71.97612100001425,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.7124370000092313,
"failureMessages": [
"ignore.js - {\"trailingComma\":\"none\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js - {\"trailingComma\":\"none\"} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -48,33 +48,33 @@\n } = foo\n \n =====================================output=====================================\n const {\n // prettier-ignore\n - bar = 1\n + bar = 1\n } = foo;\n \n const {\n _,\n // prettier-ignore\n - bar2 = 1\n + bar2 = 1\n } = foo;\n \n /* comments */\n const {\n // prettier-ignore\n - bar3 = 1 // comment\n + bar3 = 1 // comment\n } = foo;\n \n const {\n // prettier-ignore\n - bar4 = 1 /* comment */\n + bar4 = 1 /* comment */\n } = foo;\n \n const {\n // prettier-ignore\n - bar5 = /* comment */ 1\n + bar5 = /* comment */ 1\n } = foo;\n \n /* RestElement */\n const {\n // prettier-ignore\n @@ -83,12 +83,12 @@\n \n // Nested\n const {\n baz: {\n // prettier-ignore\n - foo2 = [1, 2, 3]\n + foo2 = [1, 2, 3]\n },\n // prettier-ignore\n - bar7 = 1\n + bar7 = 1\n } = foo;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.90929700003471,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 60.69866600004025,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.889468000037596,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 57.98394099995494,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.95752499997616,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 58.8243290000828,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 61.83899499999825,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"none\"}"
],
"duration": 59.48683200008236,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.7229770000558347,
"failureMessages": [
"ignore.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -48,33 +48,33 @@\n } = foo\n \n =====================================output=====================================\n const {\n // prettier-ignore\n - bar = 1,\n + bar = 1,\n } = foo;\n \n const {\n _,\n // prettier-ignore\n - bar2 = 1,\n + bar2 = 1,\n } = foo;\n \n /* comments */\n const {\n // prettier-ignore\n - bar3 = 1, // comment\n + bar3 = 1, // comment\n } = foo;\n \n const {\n // prettier-ignore\n - bar4 = 1 /* comment */,\n + bar4 = 1 /* comment */,\n } = foo;\n \n const {\n // prettier-ignore\n - bar5 = /* comment */ 1,\n + bar5 = /* comment */ 1,\n } = foo;\n \n /* RestElement */\n const {\n // prettier-ignore\n @@ -83,12 +83,12 @@\n \n // Nested\n const {\n baz: {\n // prettier-ignore\n - foo2 = [1, 2, 3],\n + foo2 = [1, 2, 3],\n },\n // prettier-ignore\n - bar7 = 1,\n + bar7 = 1,\n } = foo;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.98913699993864,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.1782200000016,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 57.27642599993851,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.020967000047676,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.93140600004699,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.124101000023074,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.10939600004349,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ignore.js - {\"trailingComma\":\"all\"}"
],
"duration": 58.95329199999105,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -6,14 +6,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n );\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -18,15 +18,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {};\n + (\n + @deco\n + class Foo {}\n + );\n const a2 =\n - @deco\n - class {};\n + (\n + @deco\n + class {}\n + );\n \n (\n @deco\n class Foo {}\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\narguments.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -7,14 +7,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n )\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-expression.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -19,15 +19,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {}\n + (\n + @deco\n + class Foo {}\n + )\n const a2 =\n - @deco\n - class {}\n + (\n + @deco\n + class {}\n + )\n \n ;(\n @deco\n class Foo {}\n )\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 68,
"numPendingTests": 0,
"perfStats": {
"start": 289106.76435899996,
"end": 291948.487533,
"runtime": 2842,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 28,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators/class-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arguments.js"
],
"duration": 0.6060989999677986,
"failureMessages": [
"arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -6,14 +6,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n );\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 3.234597999951802,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 58.73338899994269,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 1.2774199999403208,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 0.7981699999654666,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 57.34063500002958,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 57.378402999951504,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 57.85412799997721,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 59.31977800000459,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 0.6391010000370443,
"failureMessages": [
"class-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -18,15 +18,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {};\n + (\n + @deco\n + class Foo {}\n + );\n const a2 =\n - @deco\n - class {};\n + (\n + @deco\n + class {}\n + );\n \n (\n @deco\n class Foo {}\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 3.6227380000054836,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 62.6682949999813,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 1.138840000028722,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 0.7144320000661537,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 58.421733999974094,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 59.50932700000703,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 58.70620399992913,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 59.07774199999403,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 0.4348470000550151,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 1.880583000020124,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 58.12719599995762,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 1.1030729999765754,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 0.7044839999871328,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 58.55678099999204,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 58.08359900000505,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 57.37392600008752,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 58.0073459999403,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 0.4353780000237748,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 1.8469800000311807,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 58.71391299995594,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 1.1154360000509769,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 0.7274369999067858,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 57.38766499992926,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 57.68681400001515,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 57.846875999937765,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 57.13078400003724,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 0.6129119999241084,
"failureMessages": [
"arguments.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -7,14 +7,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n )\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 1.833214999991469,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 57.73808000003919,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 1.1399420000379905,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 0.7593069999711588,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 56.94702900003176,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 57.75748300005216,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 57.64713399996981,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 58.6024070000276,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 0.6339109999826178,
"failureMessages": [
"class-expression.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -19,15 +19,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {}\n + (\n + @deco\n + class Foo {}\n + )\n const a2 =\n - @deco\n - class {}\n + (\n + @deco\n + class {}\n + )\n \n ;(\n @deco\n class Foo {}\n )\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 3.2957429999951273,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 61.565786999999546,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 1.1910179998958483,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 0.7277469999389723,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 62.98156200000085,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 58.4710990000749,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 57.735756000038236,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 58.33984000002965,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 0.41530100000090897,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 1.9774449999677017,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 57.97862000006717,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 1.053338999976404,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 0.7053849999792874,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 57.414863000041805,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 58.28715800005011,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 59.787909999955446,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 58.53670199995395,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 0.4537320000817999,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 1.7667699999874458,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 58.30377299990505,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 1.1885529999854043,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 0.7129199999617413,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 58.09752000006847,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 57.67161399999168,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 58.06454999989364,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 57.06001099990681,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "no-semi.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a;\n - ::b.c;\n + ::b.c\n \n class A {\n a = b;\n in;\n c;\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nno-semi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a\n - ;::b.c\n + ::b.c\n \n class A {\n a = b;\n in\n c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 292033.73672600003,
"end": 292273.86787600006,
"runtime": 240,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/no-semi-babylon-extensions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 0.6108879999956116,
"failureMessages": [
"no-semi.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a;\n - ::b.c;\n + ::b.c\n \n class A {\n a = b;\n in;\n c;\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 1.1164779999526218,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 0.7902150000445545,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 0.8719079999718815,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 59.25522699998692,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 0.6032829999458045,
"failureMessages": [
"no-semi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a\n - ;::b.c\n + ::b.c\n \n class A {\n a = b;\n in\n c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 1.0328010000521317,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 0.7166160000488162,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 0.8390570000046864,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 57.80780499998946,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "await.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -9,9 +9,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing();\n - return (await request)::doSyncThing();\n + return await request;\n + ::doSyncThing()\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbind_parens.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js format 1`\n \n - Snapshot - 33\n + Received + 65\n \n @@ -37,41 +37,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - (a || b)::c;\n - a || b::c;\n - ::obj.prop;\n - (void 0)::func();\n - (+0)::is(-0);\n - a::b.c;\n - a::(b.c());\n - a::b.c();\n - a::(b.c()());\n - a::(b.c()());\n - a::(b.c())();\n - a::(b.c().d);\n - a::(c().d.e);\n - a::(b());\n - a::(b::c());\n - a::(b()::c);\n - a::(b().c::d);\n - a::(b.c::d);\n - a::(b::c.d);\n - a::(b.c::d::e);\n - a::(b::c::d);\n - a::(b::c::d.e);\n - a::(b::c::d).e;\n - a::(void 0);\n - a::(b.c()::d.e);\n - a::(b.c::d.e);\n - a::(b.c::d.e)::f.g;\n - b.c::d.e;\n - (b.c::d).e;\n - (b::c::d).e;\n - new (a::b)();\n + a || b;\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0;\n + ::func()\n + +0;\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c;\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n new f(a::b);\n - f[a::b];\n - f[a::b()];\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlong_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -14,11 +14,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala;\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmethod_chain.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,16 +28,16 @@\n import { map } from \"rxjs/operator/map\";\n import { throttle } from \"rxjs/operator/throttle\";\n import { takeUntil } from \"rxjs/operator/takeUntil\";\n \n function test(observable) {\n - return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction);\n + return observable;\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshort_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -13,11 +13,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod;\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nunary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js format 1`\n \n - Snapshot - 9\n + Received + 15\n \n @@ -17,21 +17,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y;\n - !(x::y /* foo */);\n - !(/* foo */ x::y);\n + !x;\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n - );\n + x\n + ::y\n + )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n - );\n + )\n !(\n - x::y // foo\n - );\n + x\n + ::y // foo\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nawait.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,9 +10,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing()\n - return (await request)::doSyncThing()\n + return await request\n + ::doSyncThing()\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbind_parens.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js - {\"semi\":false} format 1`\n \n - Snapshot - 34\n + Received + 66\n \n @@ -38,41 +38,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - ;(a || b)::c\n - a || b::c\n - ;::obj.prop\n - ;(void 0)::func()\n - ;(+0)::is(-0)\n - a::b.c\n - a::(b.c())\n - a::b.c()\n - a::(b.c()())\n - a::(b.c()())\n - a::(b.c())()\n - a::(b.c().d)\n - a::(c().d.e)\n - a::(b())\n - a::(b::c())\n - a::(b()::c)\n - a::(b().c::d)\n - a::(b.c::d)\n - a::(b::c.d)\n - a::(b.c::d::e)\n - a::(b::c::d)\n - a::(b::c::d.e)\n - a::(b::c::d).e\n - a::(void 0)\n - a::(b.c()::d.e)\n - a::(b.c::d.e)\n - a::(b.c::d.e)::f.g\n - b.c::d.e\n - ;(b.c::d).e\n - ;(b::c::d).e\n - new (a::b)()\n - new f(a::b)\n - f[a::b]\n - f[a::b()]\n + a || b\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0\n + ::func()\n + ;+0\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n + new f(a::b);\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlong_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmethod_chain.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js - {\"semi\":false} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -30,15 +30,15 @@\n import { throttle } from \"rxjs/operator/throttle\"\n import { takeUntil } from \"rxjs/operator/takeUntil\"\n \n function test(observable) {\n return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction)\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshort_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -14,11 +14,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nunary.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js - {\"semi\":false} format 1`\n \n - Snapshot - 6\n + Received + 12\n \n @@ -18,21 +18,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y\n - !(x::y /* foo */)\n - !(/* foo */ x::y)\n + !x\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n + x\n + ::y\n )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n )\n !(\n - x::y // foo\n + x\n + ::y // foo\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 12,
"numPassingTests": 48,
"numPendingTests": 0,
"perfStats": {
"start": 292371.55844600004,
"end": 293834.55890600005,
"runtime": 1463,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 36,
"unchecked": 0,
"unmatched": 12,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bind-expressions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"await.js"
],
"duration": 0.5857799999648705,
"failureMessages": [
"await.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -9,9 +9,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing();\n - return (await request)::doSyncThing();\n + return await request;\n + ::doSyncThing()\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 1.6783829999621958,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 0.863852999988012,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 1.0322589999996126,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 58.35460800002329,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bind_parens.js"
],
"duration": 0.8292880000080913,
"failureMessages": [
"bind_parens.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js format 1`\n \n - Snapshot - 33\n + Received + 65\n \n @@ -37,41 +37,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - (a || b)::c;\n - a || b::c;\n - ::obj.prop;\n - (void 0)::func();\n - (+0)::is(-0);\n - a::b.c;\n - a::(b.c());\n - a::b.c();\n - a::(b.c()());\n - a::(b.c()());\n - a::(b.c())();\n - a::(b.c().d);\n - a::(c().d.e);\n - a::(b());\n - a::(b::c());\n - a::(b()::c);\n - a::(b().c::d);\n - a::(b.c::d);\n - a::(b::c.d);\n - a::(b.c::d::e);\n - a::(b::c::d);\n - a::(b::c::d.e);\n - a::(b::c::d).e;\n - a::(void 0);\n - a::(b.c()::d.e);\n - a::(b.c::d.e);\n - a::(b.c::d.e)::f.g;\n - b.c::d.e;\n - (b.c::d).e;\n - (b::c::d).e;\n - new (a::b)();\n + a || b;\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0;\n + ::func()\n + +0;\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c;\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n new f(a::b);\n - f[a::b];\n - f[a::b()];\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"bind_parens.js"
],
"duration": 1.1448709999676794,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bind_parens.js"
],
"duration": 0.7342099999077618,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bind_parens.js"
],
"duration": 0.7757180000189692,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bind_parens.js"
],
"duration": 61.84696699993219,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long_name_method.js"
],
"duration": 0.5994359999895096,
"failureMessages": [
"long_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -14,11 +14,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala;\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"long_name_method.js"
],
"duration": 1.2083700000075623,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long_name_method.js"
],
"duration": 0.800675000064075,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long_name_method.js"
],
"duration": 0.8739729999797419,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long_name_method.js"
],
"duration": 56.829918000032194,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"method_chain.js"
],
"duration": 0.6536580000538379,
"failureMessages": [
"method_chain.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,16 +28,16 @@\n import { map } from \"rxjs/operator/map\";\n import { throttle } from \"rxjs/operator/throttle\";\n import { takeUntil } from \"rxjs/operator/takeUntil\";\n \n function test(observable) {\n - return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction);\n + return observable;\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"method_chain.js"
],
"duration": 2.10015499999281,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"method_chain.js"
],
"duration": 0.8473920000251383,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"method_chain.js"
],
"duration": 1.11794100003317,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"method_chain.js"
],
"duration": 59.9888519999804,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"short_name_method.js"
],
"duration": 0.6113480000058189,
"failureMessages": [
"short_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -13,11 +13,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod;\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"short_name_method.js"
],
"duration": 1.155250999960117,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"short_name_method.js"
],
"duration": 0.7898839999688789,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"short_name_method.js"
],
"duration": 0.8168150000274181,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"short_name_method.js"
],
"duration": 57.5384919999633,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 0.6342009999789298,
"failureMessages": [
"unary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js format 1`\n \n - Snapshot - 9\n + Received + 15\n \n @@ -17,21 +17,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y;\n - !(x::y /* foo */);\n - !(/* foo */ x::y);\n + !x;\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n - );\n + x\n + ::y\n + )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n - );\n + )\n !(\n - x::y // foo\n - );\n + x\n + ::y // foo\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 1.0657319999299943,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 0.7089220000198111,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 0.6916989999590442,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 58.00158999999985,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"await.js - {\"semi\":false}"
],
"duration": 0.5819739999715239,
"failureMessages": [
"await.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,9 +10,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing()\n - return (await request)::doSyncThing()\n + return await request\n + ::doSyncThing()\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"await.js - {\"semi\":false}"
],
"duration": 1.2057159999385476,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"await.js - {\"semi\":false}"
],
"duration": 0.8357410000171512,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"await.js - {\"semi\":false}"
],
"duration": 0.7746049999259412,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"await.js - {\"semi\":false}"
],
"duration": 57.15955300000496,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bind_parens.js - {\"semi\":false}"
],
"duration": 0.7213850000407547,
"failureMessages": [
"bind_parens.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js - {\"semi\":false} format 1`\n \n - Snapshot - 34\n + Received + 66\n \n @@ -38,41 +38,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - ;(a || b)::c\n - a || b::c\n - ;::obj.prop\n - ;(void 0)::func()\n - ;(+0)::is(-0)\n - a::b.c\n - a::(b.c())\n - a::b.c()\n - a::(b.c()())\n - a::(b.c()())\n - a::(b.c())()\n - a::(b.c().d)\n - a::(c().d.e)\n - a::(b())\n - a::(b::c())\n - a::(b()::c)\n - a::(b().c::d)\n - a::(b.c::d)\n - a::(b::c.d)\n - a::(b.c::d::e)\n - a::(b::c::d)\n - a::(b::c::d.e)\n - a::(b::c::d).e\n - a::(void 0)\n - a::(b.c()::d.e)\n - a::(b.c::d.e)\n - a::(b.c::d.e)::f.g\n - b.c::d.e\n - ;(b.c::d).e\n - ;(b::c::d).e\n - new (a::b)()\n - new f(a::b)\n - f[a::b]\n - f[a::b()]\n + a || b\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0\n + ::func()\n + ;+0\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n + new f(a::b);\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"bind_parens.js - {\"semi\":false}"
],
"duration": 1.0547019999939948,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bind_parens.js - {\"semi\":false}"
],
"duration": 0.7457820000126958,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bind_parens.js - {\"semi\":false}"
],
"duration": 0.7023000000044703,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bind_parens.js - {\"semi\":false}"
],
"duration": 62.6215310000116,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long_name_method.js - {\"semi\":false}"
],
"duration": 0.6193640000419691,
"failureMessages": [
"long_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"long_name_method.js - {\"semi\":false}"
],
"duration": 1.1715410000178963,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long_name_method.js - {\"semi\":false}"
],
"duration": 0.7958649999927729,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long_name_method.js - {\"semi\":false}"
],
"duration": 0.8307410000124946,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long_name_method.js - {\"semi\":false}"
],
"duration": 58.68210899992846,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"method_chain.js - {\"semi\":false}"
],
"duration": 0.648198000038974,
"failureMessages": [
"method_chain.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js - {\"semi\":false} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -30,15 +30,15 @@\n import { throttle } from \"rxjs/operator/throttle\"\n import { takeUntil } from \"rxjs/operator/takeUntil\"\n \n function test(observable) {\n return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction)\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"method_chain.js - {\"semi\":false}"
],
"duration": 1.2322360000107437,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"method_chain.js - {\"semi\":false}"
],
"duration": 0.8514900000300258,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"method_chain.js - {\"semi\":false}"
],
"duration": 0.8344379999907687,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"method_chain.js - {\"semi\":false}"
],
"duration": 59.14283899997827,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"short_name_method.js - {\"semi\":false}"
],
"duration": 0.5994870000286028,
"failureMessages": [
"short_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -14,11 +14,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"short_name_method.js - {\"semi\":false}"
],
"duration": 1.1623949999921024,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"short_name_method.js - {\"semi\":false}"
],
"duration": 0.7836729999398813,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"short_name_method.js - {\"semi\":false}"
],
"duration": 0.7635649999137968,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"short_name_method.js - {\"semi\":false}"
],
"duration": 57.05810000002384,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"unary.js - {\"semi\":false}"
],
"duration": 0.6285009999992326,
"failureMessages": [
"unary.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js - {\"semi\":false} format 1`\n \n - Snapshot - 6\n + Received + 12\n \n @@ -18,21 +18,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y\n - !(x::y /* foo */)\n - !(/* foo */ x::y)\n + !x\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n + x\n + ::y\n )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n )\n !(\n - x::y // foo\n + x\n + ::y // foo\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"unary.js - {\"semi\":false}"
],
"duration": 1.0251960000023246,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"unary.js - {\"semi\":false}"
],
"duration": 0.7019800000125542,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"unary.js - {\"semi\":false}"
],
"duration": 0.7232480000238866,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"unary.js - {\"semi\":false}"
],
"duration": 58.763889000052586,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 293922.854371,
"end": 294747.87316899997,
"runtime": 825,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/dynamic-import/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"assertions.js"
],
"duration": 0.40389900002628565,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 1.8868849999271333,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 58.84325500007253,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 1.2031509999651462,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 0.7442690000170842,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 0.8137390000047162,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 59.27199199993629,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 58.30882899998687,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 59.7980160000734,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.4142090000677854,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.082631999976,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.211890000035055,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.29830799996853,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.41711399995256,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.27777599997353,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.51651099999435,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.08499000000302,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 57.50856299989391,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -12,15 +12,17 @@\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n \n =====================================output=====================================\n - const [a, b] = #[1, 2];\n + const [a, b] = #;\n + [1, 2];\n assert(a === 1);\n assert(b === 2);\n \n - const [a, ...rest] = #[1, 2, 3];\n + const [a, ...rest] = #;\n + [1, 2, 3];\n assert(a === 1);\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsyntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 7\n \n @@ -6,10 +6,14 @@\n #[]\n #[1, 2]\n #[1, 2, #{ a: 3 }]\n \n =====================================output=====================================\n - #[];\n - #[1, 2];\n - #[1, 2, #{ a: 3 }];\n + #[]\n + #[1, 2]\n + #[1, 2, #\n + {\n + a: 3;\n + }\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-trailing-comma.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-trailing-comma.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n #[1,]\n \n =====================================output=====================================\n - #[1];\n + #[1,]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -20,19 +20,21 @@\n assert(tuple4.first() === 1);\n const tuple5 = tuple4.popped();\n assert(tuple5 === #[2, 2, 3, 4]);\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n assert(tuple1[0] === 1);\n \n const tuple2 = tuple1.with(0, 2);\n assert(tuple1 !== tuple2);\n assert(tuple2 === #[2, 2, 3]);\n \n - const tuple3 = #[1, ...tuple2];\n + const tuple3 = #;\n + [1, ...tuple2];\n assert(tuple3 === #[1, 2, 2, 3]);\n \n const tuple4 = tuple3.pushed(4);\n assert(tuple4 === #[1, 2, 2, 3, 4]);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 21,
"numPendingTests": 0,
"perfStats": {
"start": 294831.827258,
"end": 295316.235695,
"runtime": 484,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 17,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/tuple/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.6392210000194609,
"failureMessages": [
"destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -12,15 +12,17 @@\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n \n =====================================output=====================================\n - const [a, b] = #[1, 2];\n + const [a, b] = #;\n + [1, 2];\n assert(a === 1);\n assert(b === 2);\n \n - const [a, ...rest] = #[1, 2, 3];\n + const [a, ...rest] = #;\n + [1, 2, 3];\n assert(a === 1);\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 1.0532889999449253,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.7294809999875724,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.7224080000305548,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 59.98108399997,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-tuple-holes.js"
],
"duration": 1.6577040000120178,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-tuple-holes.js"
],
"duration": 0.6667829999933019,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-tuple-holes.js"
],
"duration": 0.6361460000043735,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-tuple-holes.js"
],
"duration": 0.6357139999745414,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-tuple-holes.js"
],
"duration": 0.7169969999231398,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.6864800000330433,
"failureMessages": [
"syntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 7\n \n @@ -6,10 +6,14 @@\n #[]\n #[1, 2]\n #[1, 2, #{ a: 3 }]\n \n =====================================output=====================================\n - #[];\n - #[1, 2];\n - #[1, 2, #{ a: 3 }];\n + #[]\n + #[1, 2]\n + #[1, 2, #\n + {\n + a: 3;\n + }\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.9246979999588802,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.6531669999239966,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.669287999975495,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 57.755038999952376,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-trailing-comma.js"
],
"duration": 0.6728850000072271,
"failureMessages": [
"tuple-trailing-comma.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-trailing-comma.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n #[1,]\n \n =====================================output=====================================\n - #[1];\n + #[1,]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-trailing-comma.js"
],
"duration": 0.9731979999924079,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-trailing-comma.js"
],
"duration": 0.6617729999125004,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-trailing-comma.js"
],
"duration": 0.6648299999069422,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-trailing-comma.js"
],
"duration": 57.115800000028685,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple.js"
],
"duration": 0.6110280000139028,
"failureMessages": [
"tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -20,19 +20,21 @@\n assert(tuple4.first() === 1);\n const tuple5 = tuple4.popped();\n assert(tuple5 === #[2, 2, 3, 4]);\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n assert(tuple1[0] === 1);\n \n const tuple2 = tuple1.with(0, 2);\n assert(tuple1 !== tuple2);\n assert(tuple2 === #[2, 2, 3]);\n \n - const tuple3 = #[1, ...tuple2];\n + const tuple3 = #;\n + [1, ...tuple2];\n assert(tuple3 === #[1, 2, 2, 3]);\n \n const tuple4 = tuple3.pushed(4);\n assert(tuple4 === #[1, 2, 2, 3, 4]);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple.js"
],
"duration": 1.0178829999640584,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple.js"
],
"duration": 0.7397699999855831,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple.js"
],
"duration": 0.6880530000198632,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple.js"
],
"duration": 59.84231799992267,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,8 +6,8 @@\n | printWidth\n =====================================input======================================\n a => {}\n \n =====================================output=====================================\n - a => {}\n + ;a => {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 45)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 13,
"numPendingTests": 0,
"perfStats": {
"start": 295406.001552,
"end": 296233.899946,
"runtime": 828,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/semi/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 0.41964599990751594,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 61.03497799998149,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 61.89155599998776,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 58.81355500000063,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 58.74061400000937,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 58.36548100004438,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 57.88567100011278,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 0.6033840000163764,
"failureMessages": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,8 +6,8 @@\n | printWidth\n =====================================input======================================\n a => {}\n \n =====================================output=====================================\n - a => {}\n + ;a => {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 45)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 58.48034100001678,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 58.78419400006533,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 58.06280700000934,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 59.15003799996339,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 58.22538100008387,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 58.66388000000734,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "newline-before-arrow.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `newline-before-arrow.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -5,8 +5,10 @@\n =====================================input======================================\n async x\n => x\n \n =====================================output=====================================\n - async (x) => x;\n + async;\n + x;\n + => x\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 46)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 296320.739793,
"end": 296442.43760899996,
"runtime": 122,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/newline-before-arrow/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"newline-before-arrow.js"
],
"duration": 0.6054790000198409,
"failureMessages": [
"newline-before-arrow.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `newline-before-arrow.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -5,8 +5,10 @@\n =====================================input======================================\n async x\n => x\n \n =====================================output=====================================\n - async (x) => x;\n + async;\n + x;\n + => x\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 46)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"newline-before-arrow.js"
],
"duration": 1.0481969999382272,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"newline-before-arrow.js"
],
"duration": 0.7073510000482202,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"newline-before-arrow.js"
],
"duration": 0.8779450000729412,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"newline-before-arrow.js"
],
"duration": 59.295539999962784,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "const.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2;\n + const [a = ((let)[0] = 1)] = 2;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlet.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 14\n + Received + 14\n \n @@ -110,31 +110,31 @@\n =====================================output=====================================\n let.a = 1;\n \n let.a[0] = 1;\n \n - (let)[a] = 1;\n + let[a] = 1;\n \n - (let)[a].b.c.e = 1;\n + let[a].b.c.e = 1;\n \n foo[let[a]] = 1;\n \n (let)[let[a]] = 1;\n \n - (let)[a] ??= 1;\n + let[a] ??= 1;\n \n foo = let[a];\n \n let()[a] = 1;\n \n foo(let)[a] = 1;\n \n foo(let[a])[a] = 1;\n \n - (let)[0] = 1;\n + let[0] = 1;\n \n - (let)[\"a\"] = 1;\n + let[\"a\"] = 1;\n \n let = 1;\n \n var let = 1;\n \n @@ -142,29 +142,29 @@\n \n ({ a: let[a] } = 1);\n \n alert((let[0] = 1));\n \n - ((let)[0] = 1) || 2;\n + (let[0] = 1) || 2;\n \n - ((let)[0] = 1), 2;\n + (let[0] = 1), 2;\n \n - ((let)[0] = 1) ? a : b;\n + (let[0] = 1) ? a : b;\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1));\n \n var a = (let[0] = 1);\n \n - ((let)[0] = 1) instanceof a;\n + (let[0] = 1) instanceof a;\n \n void (let[0] = 1);\n \n - ((let)[0] = 1)();\n + (let[0] = 1)();\n \n new (let[0] = 1)();\n \n ((let)[0] = 1)``;\n \n @@ -186,32 +186,32 @@\n \n function foo() {\n return (let[0] = 1);\n }\n \n - while (true) (let)[0] = 1;\n + while (true) let[0] = 1;\n \n throw (let[0] = 1);\n \n ({ foo: (let[0] = 1) });\n \n [(let[0] = 1)];\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - (let)[x].foo();\n + let[x].foo();\n \n let.let[x].foo();\n \n a = let[x].foo();\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nconst.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2\n + const [a = ((let)[0] = 1)] = 2\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlet.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js - {\"semi\":false} format 1`\n \n - Snapshot - 15\n + Received + 15\n \n @@ -111,31 +111,31 @@\n =====================================output=====================================\n let.a = 1\n \n let.a[0] = 1\n \n - ;(let)[a] = 1\n + let[a] = 1\n \n - ;(let)[a].b.c.e = 1\n + let[a].b.c.e = 1\n \n foo[let[a]] = 1\n \n ;(let)[let[a]] = 1\n \n - ;(let)[a] ??= 1\n + let[a] ??= 1\n \n foo = let[a]\n \n let()[a] = 1\n \n foo(let)[a] = 1\n \n foo(let[a])[a] = 1\n \n - ;(let)[0] = 1\n + let[0] = 1\n \n - ;(let)[\"a\"] = 1\n + let[\"a\"] = 1\n \n let = 1\n \n var let = 1\n \n @@ -143,31 +143,31 @@\n \n ;({ a: let[a] } = 1)\n \n alert((let[0] = 1))\n \n - ;((let)[0] = 1) || 2\n + ;(let[0] = 1) || 2\n \n - ;((let)[0] = 1), 2\n + ;(let[0] = 1), 2\n \n - ;((let)[0] = 1) ? a : b\n + ;(let[0] = 1) ? a : b\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1))\n \n var a = (let[0] = 1)\n \n - ;((let)[0] = 1) instanceof a\n + ;(let[0] = 1) instanceof a\n \n void (let[0] = 1)\n \n - ;((let)[0] = 1)()\n + ;(let[0] = 1)()\n \n - new (let[0] = 1)()\n + ;new (let[0] = 1)()\n \n ;((let)[0] = 1)``\n \n ;((let)[0] = 1).toString\n \n @@ -187,32 +187,32 @@\n \n function foo() {\n return (let[0] = 1)\n }\n \n - while (true) (let)[0] = 1\n + while (true) let[0] = 1\n \n throw (let[0] = 1)\n \n ;({ foo: (let[0] = 1) })\n \n ;[(let[0] = 1)]\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - ;(let)[x].foo()\n + let[x].foo()\n \n let.let[x].foo()\n \n a = let[x].foo()\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 24,
"numPendingTests": 0,
"perfStats": {
"start": 296529.11452700006,
"end": 298346.74998200004,
"runtime": 1818,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/identifier/parentheses/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"const.js"
],
"duration": 0.6042359999846667,
"failureMessages": [
"const.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2;\n + const [a = ((let)[0] = 1)] = 2;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 61.379206000012346,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 60.417507000034675,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 59.17373499996029,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 60.32091600005515,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 59.80801999999676,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 59.98257500003092,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 0.7947569999378175,
"failureMessages": [
"let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 14\n + Received + 14\n \n @@ -110,31 +110,31 @@\n =====================================output=====================================\n let.a = 1;\n \n let.a[0] = 1;\n \n - (let)[a] = 1;\n + let[a] = 1;\n \n - (let)[a].b.c.e = 1;\n + let[a].b.c.e = 1;\n \n foo[let[a]] = 1;\n \n (let)[let[a]] = 1;\n \n - (let)[a] ??= 1;\n + let[a] ??= 1;\n \n foo = let[a];\n \n let()[a] = 1;\n \n foo(let)[a] = 1;\n \n foo(let[a])[a] = 1;\n \n - (let)[0] = 1;\n + let[0] = 1;\n \n - (let)[\"a\"] = 1;\n + let[\"a\"] = 1;\n \n let = 1;\n \n var let = 1;\n \n @@ -142,29 +142,29 @@\n \n ({ a: let[a] } = 1);\n \n alert((let[0] = 1));\n \n - ((let)[0] = 1) || 2;\n + (let[0] = 1) || 2;\n \n - ((let)[0] = 1), 2;\n + (let[0] = 1), 2;\n \n - ((let)[0] = 1) ? a : b;\n + (let[0] = 1) ? a : b;\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1));\n \n var a = (let[0] = 1);\n \n - ((let)[0] = 1) instanceof a;\n + (let[0] = 1) instanceof a;\n \n void (let[0] = 1);\n \n - ((let)[0] = 1)();\n + (let[0] = 1)();\n \n new (let[0] = 1)();\n \n ((let)[0] = 1)``;\n \n @@ -186,32 +186,32 @@\n \n function foo() {\n return (let[0] = 1);\n }\n \n - while (true) (let)[0] = 1;\n + while (true) let[0] = 1;\n \n throw (let[0] = 1);\n \n ({ foo: (let[0] = 1) });\n \n [(let[0] = 1)];\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - (let)[x].foo();\n + let[x].foo();\n \n let.let[x].foo();\n \n a = let[x].foo();\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 72.47011900006328,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 68.20559999998659,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 67.33039899996947,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 67.71254999993835,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 68.60177900001872,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 71.34471199999098,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 0.5965710000600666,
"failureMessages": [
"const.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2\n + const [a = ((let)[0] = 1)] = 2\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 60.133482999983244,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 60.08139800000936,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 59.09269600000698,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 59.07054300000891,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 59.89986899995711,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 60.49745399993844,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 0.8457309999503195,
"failureMessages": [
"let.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js - {\"semi\":false} format 1`\n \n - Snapshot - 15\n + Received + 15\n \n @@ -111,31 +111,31 @@\n =====================================output=====================================\n let.a = 1\n \n let.a[0] = 1\n \n - ;(let)[a] = 1\n + let[a] = 1\n \n - ;(let)[a].b.c.e = 1\n + let[a].b.c.e = 1\n \n foo[let[a]] = 1\n \n ;(let)[let[a]] = 1\n \n - ;(let)[a] ??= 1\n + let[a] ??= 1\n \n foo = let[a]\n \n let()[a] = 1\n \n foo(let)[a] = 1\n \n foo(let[a])[a] = 1\n \n - ;(let)[0] = 1\n + let[0] = 1\n \n - ;(let)[\"a\"] = 1\n + let[\"a\"] = 1\n \n let = 1\n \n var let = 1\n \n @@ -143,31 +143,31 @@\n \n ;({ a: let[a] } = 1)\n \n alert((let[0] = 1))\n \n - ;((let)[0] = 1) || 2\n + ;(let[0] = 1) || 2\n \n - ;((let)[0] = 1), 2\n + ;(let[0] = 1), 2\n \n - ;((let)[0] = 1) ? a : b\n + ;(let[0] = 1) ? a : b\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1))\n \n var a = (let[0] = 1)\n \n - ;((let)[0] = 1) instanceof a\n + ;(let[0] = 1) instanceof a\n \n void (let[0] = 1)\n \n - ;((let)[0] = 1)()\n + ;(let[0] = 1)()\n \n - new (let[0] = 1)()\n + ;new (let[0] = 1)()\n \n ;((let)[0] = 1)``\n \n ;((let)[0] = 1).toString\n \n @@ -187,32 +187,32 @@\n \n function foo() {\n return (let[0] = 1)\n }\n \n - while (true) (let)[0] = 1\n + while (true) let[0] = 1\n \n throw (let[0] = 1)\n \n ;({ foo: (let[0] = 1) })\n \n ;[(let[0] = 1)]\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - ;(let)[x].foo()\n + let[x].foo()\n \n let.let[x].foo()\n \n a = let[x].foo()\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 72.12694499990903,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 66.22913100000005,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 67.26332699996419,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 73.60131100006402,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 70.03977199993096,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 70.01587500004098,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 10,
"numPendingTests": 0,
"perfStats": {
"start": 298435.49574600003,
"end": 298754.22061500006,
"runtime": 319,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 7,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators-export/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"after_export.js"
],
"duration": 0.42542999994475394,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"after_export.js"
],
"duration": 1.1214499999769032,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"after_export.js"
],
"duration": 0.6735270000062883,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"after_export.js"
],
"duration": 0.7060790000250563,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"after_export.js"
],
"duration": 56.863552000024356,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"before_export.js"
],
"duration": 0.41472000000067055,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"before_export.js"
],
"duration": 0.9561590000521392,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"before_export.js"
],
"duration": 0.6453840000322089,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"before_export.js"
],
"duration": 56.78897200000938,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"before_export.js"
],
"duration": 57.34735599998385,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "example.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CR>\n - console.log(\"testing line endings\");<CR>\n - }<CR>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexample.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CRLF>\n - console.log(\"testing line endings\");<CRLF>\n - }<CRLF>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 13,
"numPendingTests": 0,
"perfStats": {
"start": 298838.71854800003,
"end": 299703.35588600003,
"runtime": 865,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/end-of-line/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"lf\"}"
],
"duration": 0.4405489999335259,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.53529799997341,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.53579799993895,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.04807299992535,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"lf\"}"
],
"duration": 57.569017000030726,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"cr\"}"
],
"duration": 0.6776750000426546,
"failureMessages": [
"example.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CR>\n - console.log(\"testing line endings\");<CR>\n - }<CR>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"cr\"}"
],
"duration": 56.574068999965675,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"cr\"}"
],
"duration": 57.09367099998053,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"cr\"}"
],
"duration": 58.26491599995643,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"cr\"}"
],
"duration": 58.24863699998241,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 0.6036659999517724,
"failureMessages": [
"example.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CRLF>\n - console.log(\"testing line endings\");<CRLF>\n - }<CRLF>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 57.17993400001433,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 58.682555999956094,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 57.09148299996741,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 57.581042999983765,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 5,
"numPendingTests": 0,
"perfStats": {
"start": 299791.67508899997,
"end": 299796.483666,
"runtime": 5,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 5,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/invalid/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"null-arguments-item.js"
],
"duration": 1.619436000008136,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"null-arguments-item.js"
],
"duration": 0.7865400000009686,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"null-arguments-item.js"
],
"duration": 0.6945370000321418,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"null-arguments-item.js"
],
"duration": 0.7354839999461547,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"null-arguments-item.js"
],
"duration": 0.9171759999589995,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 299877.337644,
"end": 300969.99016700004,
"runtime": 1093,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-align/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"indent.js"
],
"duration": 0.44568800006527454,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 61.656998999998905,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.504683000035584,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.271527999895625,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.02687599998899,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.68233099998906,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.96376399998553,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.17450299998745,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.92880300001707,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 0.4928170000202954,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 61.37717500003055,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 60.512801000033505,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 60.75060100003611,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 60.16426899994258,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 61.585201999987476,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 60.68330299993977,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 60.81331999995746,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 61.29789199994411,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 301055.30360399996,
"end": 301670.61018200003,
"runtime": 615,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/new-target/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 0.47075600002426654,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 1.5386749999597669,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 62.64481099997647,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 1.9155539999483153,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 0.9154519999865443,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 0.7327189999632537,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 61.66032899997663,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 59.38595899997745,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 58.758094000048004,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 0.733970999950543,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 2.715408999938518,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 60.02657700004056,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 1.6709740000078455,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 0.9781409999122843,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 1.0667269999394193,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 59.973508000024594,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 59.751354999956675,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 59.98307900002692,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 12\n + Received + 13\n \n @@ -190,15 +190,15 @@\n comment\n comment\n */\n foo\n : test\n - ? /* comment\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n test\n ? foo\n @@ -215,33 +215,34 @@\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n test\n - ? foo /* comment\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n test\n ? test /* c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-examples.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js format 1`\n \n - Snapshot - 40\n + Received + 40\n \n @@ -146,50 +146,50 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const typeofExample = definition.encode\n ? definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n )\n : typeof row[field] !== \"undefined\"\n - ? row[field]\n - : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null;\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n const typeofExampleFlipped = definition.encode\n ? definition.encode(\n typeof row[field] === \"undefined\"\n @@ -197,14 +197,14 @@\n ? null\n : definition.default\n : row[field],\n )\n : typeof row[field] === \"undefined\"\n - ? typeof definition.default === \"undefined\"\n - ? null\n - : definition.default\n - : row[field];\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n @@ -221,37 +221,37 @@\n const reactRouterExampleJSX = (\n <div>\n {children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null}\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n : someReallyLongCondition || moreInThisLongCondition\n - ? bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-spec.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js format 1`\n \n - Snapshot - 29\n + Received + 29\n \n @@ -228,63 +228,63 @@\n const chainedWithLongConsequent = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // nested ternary in consequent always breaks:\n const chainedWithTernaryConsequent = isCat()\n ? aNestedCondition\n ? theResult()\n : theAlternate()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // consequent and terminal alternate break:\n const consequentAndTerminalAlternateBreak = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + ? bark()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ? bark()\n - : shortCondition()\n - ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n x === 1\n ? \"one\"\n : x === 2\n - ? \"two\"\n - : x === 3\n - ? \"three\"\n - : x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ? \"four\"\n - : x === 6\n - ? \"six\"\n - : \"idk\";\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n @@ -298,20 +298,20 @@\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n ? \"foo\"\n : anotherCondition\n - ? \"bar\"\n - : \"baz\";\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n typeof row[field] === \"undefined\"\n ? typeof definition.default === \"undefined\"\n ? null\n : definition.default\n : row[field],\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npostfix-ternary-regressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js format 1`\n \n - Snapshot - 13\n + Received + 14\n \n @@ -207,19 +207,19 @@\n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n return !linkTo\n ? false\n : typeof linkTo === \"function\"\n - ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string);\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n return React.isValidElement(emptyText)\n ? React.cloneElement(emptyText)\n : emptyText === \"\"\n - ? \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText });\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n ? translate(matchingReferences.error, {\n @@ -262,23 +262,24 @@\n redirectTo,\n basePath,\n payload\n ? payload.id || (payload.data ? payload.data.id : null)\n : requestPayload\n - ? requestPayload.id\n - : null,\n + ? requestPayload.id\n + : null,\n payload && payload.data\n ? payload.data\n : requestPayload && requestPayload.data\n - ? requestPayload.data\n - : null,\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ? self\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n : (resource, params) =>\n new Promise((resolve) =>\n setTimeout(\n () => resolve(restProvider[name](resource, params)),\n 500,\n @@ -311,13 +312,13 @@\n }\n \n const badComments = schema.model\n ? schema\n : // If model is an array where the items schema is a referred model then we need to use that\n - schema.type === \"array\"\n - ? schema.items\n - : schema;\n + schema.type === \"array\"\n + ? schema.items\n + : schema;\n \n const anotherBadComment = refModel\n ? // If we're in a shared params file then reference the model name directly\n inSharedParamsFile\n ? refModel\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomments.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 68\n + Received + 64\n \n @@ -127,133 +127,129 @@\n test ? test /* c\n c */? foo : bar : bar;\n \n =====================================output=====================================\n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n - const extractTextPluginOptions =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions2 =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions2 = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions3 =\n - (\n - shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n - ) ?\n - { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n + const extractTextPluginOptions3 = shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n + ? { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n const { configureStore } =\n - process.env.NODE_ENV === \"production\" ?\n - require(\"./configureProdStore\") // a\n - : require(\"./configureDevStore\"); // b\n + process.env.NODE_ENV === \"production\"\n + ? require(\"./configureProdStore\") // a\n + : require(\"./configureDevStore\"); // b\n \n - (\n - test /* comment\n + test /* comment\n comment\n comment\n */\n - ) ?\n - foo\n - : bar;\n + ? foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : bar;\n + foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : test ?\n - /* comment\n + foo\n + : test\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n - test ?\n - foo /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n - test ?\n - (\n - test /* c\n + test\n + ? test /* c\n c */\n - ) ?\n - foo\n - : bar\n - : bar;\n + ? foo\n + : bar\n + : bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-examples.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 73\n + Received + 90\n \n @@ -144,133 +144,150 @@\n // TypeScript is here: prettier/tests/format/typescript/conditional-types/new-ternary-spec.ts\n // EXAMPLES\n // mostly taken from https://github.com/prettier/prettier/issues/9561\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ?\n - \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n - const typeofExample =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n + const typeofExample = definition.encode\n + ? definition.encode(\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n )\n - : typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n + : typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n - const typeofExampleFlipped =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + const typeofExampleFlipped = definition.encode\n + ? definition.encode(\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n )\n - : typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n + : typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n : definition.default\n : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n - {children && !isEmptyChildren(children) ?\n + {children && !isEmptyChildren(children) ? (\n <FooComponent\n className=\"a bunch of css classes might go here, wow so many\"\n foo={foo}\n bar={includeBar ? bar : null}\n />\n - : null}\n + ) : null}\n </div>\n );\n \n const reactRouterExampleJSX = (\n <div>\n - {children && !isEmptyChildren(children) ?\n - children\n - : props.match ?\n - component ?\n - React.createElement(component, props)\n - : render ?\n - render(props)\n - : null\n - : null}\n + {children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n - {isACat() && (someReallyLongCondition || moreInThisLongCondition) ?\n - someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n - : someReallyLongCondition || moreInThisLongCondition ?\n - bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n + : someReallyLongCondition || moreInThisLongCondition\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n - {items ?\n - items.map((item) =>\n - item.display ?\n - <Item item={item} attr=\"breaks ternary but not consequent\" />\n - : <Blank />,\n - )\n - : null}\n + {items\n + ? items.map((item) =>\n + item.display ? (\n + <Item item={item} attr=\"breaks ternary but not consequent\" />\n + ) : (\n + <Blank />\n + ),\n + )\n + : null}\n \n {showTheStuff &&\n - (foo ?\n + (foo ? (\n <Thing thing={foooooooooooooooooooooooooo} bar=\"bazzzzzz\" />\n - : <OtherThing />)}\n + ) : (\n + <OtherThing />\n + ))}\n </div>\n );\n \n inJSXExpressionContainer.withNullConditional = (\n <div>\n {isACat() ? null : <Foo />}\n {isACat() && (someReallyLongCondition || moreInThisLongCondition) ? null : (\n <Foo />\n )}\n - {(\n - isACat() &&\n - (someReallyLongCondition ||\n - moreInThisLongCondition ||\n - evenMoreInThisExtraLongConditional)\n - ) ?\n - null\n - : <Foo />}\n + {isACat() &&\n + (someReallyLongCondition ||\n + moreInThisLongCondition ||\n + evenMoreInThisExtraLongConditional) ? null : (\n + <Foo />\n + )}\n </div>\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-spec.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 95\n + Received + 93\n \n @@ -206,133 +206,127 @@\n \n // remain on one line if possible:\n const short = isLoud() ? makeNoise() : silent();\n \n // next, put everything after the =\n - const lessShort =\n - isLoudReallyLoud() ? makeNoiseReallyLoudly.omgSoLoud() : silent();\n + const lessShort = isLoudReallyLoud()\n + ? makeNoiseReallyLoudly.omgSoLoud()\n + : silent();\n \n // next, indent the consequent:\n - const andIndented =\n - isLoudReallyReallyReallyReallyLoud() ?\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n + const andIndented = isLoudReallyReallyReallyReallyLoud()\n + ? makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n : silent();\n \n // unless the consequent is short (less than ten characters long):\n - const shortSoCase =\n - isLoudReallyReallyReallyReallyLoud() ? silent() : (\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n - );\n + const shortSoCase = isLoudReallyReallyReallyReallyLoud()\n + ? silent()\n + : makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud();\n \n // if chained, always break and put after the =\n - const chainedShort =\n - isCat() ? meow()\n - : isDog() ? bark()\n - : silent();\n + const chainedShort = isCat() ? meow() : isDog() ? bark() : silent();\n \n // when a consequent breaks in a chain:\n - const chainedWithLongConsequent =\n - isCat() ?\n - someReallyLargeExpression\n + const chainedWithLongConsequent = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // nested ternary in consequent always breaks:\n - const chainedWithTernaryConsequent =\n - isCat() ?\n - aNestedCondition ? theResult()\n + const chainedWithTernaryConsequent = isCat()\n + ? aNestedCondition\n + ? theResult()\n : theAlternate()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // consequent and terminal alternate break:\n - const consequentAndTerminalAlternateBreak =\n - isCat() ?\n - someReallyLargeExpression\n + const consequentAndTerminalAlternateBreak = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n - (\n - isAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens()\n - : (\n - isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - bark()\n - : shortCondition() ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens()\n + : isNotAnAdorableKittyCat() &&\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n - x === 1 ? \"one\"\n - : x === 2 ? \"two\"\n - : x === 3 ? \"three\"\n - : (\n - x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ) ?\n - \"four\"\n - : x === 6 ? \"six\"\n - : \"idk\";\n + x === 1\n + ? \"one\"\n + : x === 2\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : \"bar\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : \"bar\";\n \n // long conditional, short consequent/alternate, chained\n // (break on short consequents iff in chained ternary and its conditional broke)\n const longConditionalChained =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : anotherCondition ? \"bar\"\n - : \"baz\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : anotherCondition\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n );\n \n // In a return, break and over-indent:\n const inReturn = () => {\n if (short) {\n return foo ? 1 : 2;\n }\n - return typeof row[aVeryLongFieldName] !== \"undefined\" ?\n - row[aVeryLongFieldName]\n + return typeof row[aVeryLongFieldName] !== \"undefined\"\n + ? row[aVeryLongFieldName]\n : null;\n };\n \n // Remove current JSX Mode, and replace it with this algorithm:\n // When a ternary's parent is a JSXExpressionContainer which is not in a JSXAttribute,\n @@ -344,32 +338,31 @@\n // and wrap the alternate in parens.\n \n const someJSX = (\n <div>\n Typical jsx case:\n - {showFoo ?\n - <Foo attribute=\"such and such stuff here\" />\n - : <Bar short />}\n + {showFoo ? <Foo attribute=\"such and such stuff here\" /> : <Bar short />}\n Nested, and with a non-jsx consequent is the same:\n - {component ?\n + {component ? (\n React.createElement(component, props)\n - : render ?\n + ) : render ? (\n <div>{render(props)}</div>\n - : <div>Nothing is here</div>}\n + ) : (\n + <div>Nothing is here</div>\n + )}\n As is a non-jsx consequent:\n - {showTheJSXElement ?\n - <div>the stuff</div>\n - : renderOtherStuff()}\n + {showTheJSXElement ? <div>the stuff</div> : renderOtherStuff()}\n But if the alternate breaks, add a newline before the closing curly brace:\n - {showTheThing || pleaseShowTheThing ?\n + {showTheThing || pleaseShowTheThing ? (\n <Foo attribute=\"such and such stuff here\" />\n - : <Bar\n + ) : (\n + <Bar\n attribute=\"such and such stuff here\"\n another=\"more stuff here\"\n third=\"and even more, hooray!\"\n />\n - }\n + )}\n When the consequent is `null` and the alternate breaks, hug it with parens\n to match boolean behavior:\n {!thing ? null : (\n <TheThing\n thing={thing}\n @@ -377,22 +370,27 @@\n />\n )}\n </div>\n );\n \n - ternaryWithJSXElements.hasNoSpecialCasing =\n - component ? <div>{React.createElement(component, props)}</div>\n - : render ? <div>{render(props)}</div>\n - : <div>Nothing is here</div>;\n + ternaryWithJSXElements.hasNoSpecialCasing = component ? (\n + <div>{React.createElement(component, props)}</div>\n + ) : render ? (\n + <div>{render(props)}</div>\n + ) : (\n + <div>Nothing is here</div>\n + );\n \n jsxExpressionContainer.inJSXAttribute.hasNoSpecialCasing = (\n <Foo\n withJSX={isRed ? <RedColorThing /> : <GreenColorThing />}\n withJSXBroken={\n - isRed || isSomeOtherLongCondition.thatBreaksTheLine() ?\n + isRed || isSomeOtherLongCondition.thatBreaksTheLine() ? (\n <RedColorThing />\n - : <GreenColorThing />\n + ) : (\n + <GreenColorThing />\n + )\n }\n />\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npostfix-ternary-regressions.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 92\n + Received + 90\n \n @@ -171,163 +171,161 @@\n : classRef()\n \n =====================================output=====================================\n // concatened string in consequent should be visually distinguishable from alternate\n // … or maybe this is okay, because the colon is enough?\n - const avatar =\n - has_ordered ?\n - \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n + const avatar = has_ordered\n + ? \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n numberOfCustomers +\n \".jpeg\"\n : undefined;\n \n // Similarly, in the alternate:\n - const redirectUrl =\n - pathName ? pathName : (\n - nextPathName + nextSearch ||\n - defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks\n - );\n + const redirectUrl = pathName\n + ? pathName\n + : nextPathName + nextSearch ||\n + defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks;\n \n // And another, more pathological case of the above:\n const isEmpty = (obj) =>\n - obj instanceof Date ? false : (\n - obj === \"\" ||\n - obj === null ||\n - obj === undefined ||\n - obj === somethingThatIsLonger ||\n - shallowEqual(obj, {})\n - );\n + obj instanceof Date\n + ? false\n + : obj === \"\" ||\n + obj === null ||\n + obj === undefined ||\n + obj === somethingThatIsLonger ||\n + shallowEqual(obj, {});\n \n // Again, this case is a bit hard to distinguish the alternate.\n const eventsFromOrders =\n - orderIds && orders ?\n - orderIds.map((id) => ({\n - type: \"order\",\n - date: orders[id].date,\n - data: orders[id],\n - }))\n - : [];\n + orderIds && orders\n + ? orderIds.map((id) => ({\n + type: \"order\",\n + date: orders[id].date,\n + data: orders[id],\n + }))\n + : [];\n \n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n - return (\n - !linkTo ? false\n - : typeof linkTo === \"function\" ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string)\n - );\n + return !linkTo\n + ? false\n + : typeof linkTo === \"function\"\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n - return (\n - React.isValidElement(emptyText) ? React.cloneElement(emptyText)\n - : emptyText === \"\" ?\n - \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText })\n - );\n + return React.isValidElement(emptyText)\n + ? React.cloneElement(emptyText)\n + : emptyText === \"\"\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n - const matchingReferencesError =\n - isMatchingReferencesError(matchingReferences) ?\n - translate(matchingReferences.error, {\n + const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n + ? translate(matchingReferences.error, {\n _: matchingReferences.error,\n })\n : null;\n \n // This one is kinda confusing any way you slice it…\n const obj = {\n error:\n - (\n - matchingReferencesError &&\n - (!input.value ||\n - (input.value &&\n - selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n - ) ?\n - translate(\"ra.input.references.all_missing\", {\n - _: \"ra.input.references.all_missing\",\n - })\n - : null,\n + matchingReferencesError &&\n + (!input.value ||\n + (input.value && selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n + ? translate(\"ra.input.references.all_missing\", {\n + _: \"ra.input.references.all_missing\",\n + })\n + : null,\n };\n \n // I think we should indent after the inner || on this, and do better wtih the parens around the &&\n const obj2 = {\n warning:\n - (\n - matchingReferencesError ||\n - (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n - ) ?\n - matchingReferencesError ||\n - translate(\"ra.input.references.many_missing\", {\n - _: \"ra.input.references.many_missing\",\n - })\n - : null,\n + matchingReferencesError ||\n + (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n + ? matchingReferencesError ||\n + translate(\"ra.input.references.many_missing\", {\n + _: \"ra.input.references.many_missing\",\n + })\n + : null,\n };\n \n // The boolean conditions in the test should look cohesive.\n const selectedReferencesDataStatus =\n - !isEmpty(value) && typeof value === \"string\" && !pattern.test(value) ?\n - getMessage(message, { pattern }, value, values)\n - : undefined;\n + !isEmpty(value) && typeof value === \"string\" && !pattern.test(value)\n + ? getMessage(message, { pattern }, value, values)\n + : undefined;\n \n // Would be nice if these two nested ternaries didn't look like a single one.\n resolveRedirectTo(\n redirectTo,\n basePath,\n - payload ? payload.id || (payload.data ? payload.data.id : null)\n - : requestPayload ? requestPayload.id\n - : null,\n - payload && payload.data ? payload.data\n - : requestPayload && requestPayload.data ? requestPayload.data\n - : null,\n + payload\n + ? payload.id || (payload.data ? payload.data.id : null)\n + : requestPayload\n + ? requestPayload.id\n + : null,\n + payload && payload.data\n + ? payload.data\n + : requestPayload && requestPayload.data\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - (\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ) ?\n - self\n - : (resource, params) =>\n - new Promise((resolve) =>\n - setTimeout(() => resolve(restProvider[name](resource, params)), 500),\n - ),\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n + : (resource, params) =>\n + new Promise((resolve) =>\n + setTimeout(\n + () => resolve(restProvider[name](resource, params)),\n + 500,\n + ),\n + ),\n });\n \n function foo4() {\n - return !match || match.length < 5 ?\n - line\n + return !match || match.length < 5\n + ? line\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo5() {\n - return !match || match.length < 5 ?\n - foo(line)\n + return !match || match.length < 5\n + ? foo(line)\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo6() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehooray\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehooray\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo7() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehoorayjustabitlonger\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehoorayjustabitlonger\n : match[1] + match[2] + match[3] + match[4];\n }\n \n - const badComments =\n - schema.model ? schema\n - // If model is an array where the items schema is a referred model then we need to use that\n - : schema.type === \"array\" ? schema.items\n + const badComments = schema.model\n + ? schema\n + : // If model is an array where the items schema is a referred model then we need to use that\n + schema.type === \"array\"\n + ? schema.items\n : schema;\n \n - const anotherBadComment =\n - refModel ?\n - // If we're in a shared params file then reference the model name directly\n - inSharedParamsFile ? refModel\n - // If we're not in a shared params file then reference the in-file type\n - : classRef()\n - // We don't have a model name, use the in-file name\n - : classRef();\n + const anotherBadComment = refModel\n + ? // If we're in a shared params file then reference the model name directly\n + inSharedParamsFile\n + ? refModel\n + : // If we're not in a shared params file then reference the in-file type\n + classRef()\n + : // We don't have a model name, use the in-file name\n + classRef();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 8,
"numPassingTests": 100,
"numPendingTests": 0,
"perfStats": {
"start": 301759.93468500004,
"end": 309191.47926500003,
"runtime": 7432,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 8,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/conditional/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.9095409999135882,
"failureMessages": [
"comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 12\n + Received + 13\n \n @@ -190,15 +190,15 @@\n comment\n comment\n */\n foo\n : test\n - ? /* comment\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n test\n ? foo\n @@ -215,33 +215,34 @@\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n test\n - ? foo /* comment\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n test\n ? test /* c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 77.91755800007377,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 68.26281600003131,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 67.62922000000253,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 64.53844400006346,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 64.21964900009334,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 66.10316500009503,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 66.01081799995154,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 65.81195799994748,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 0.46349200000986457,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 60.48944100004155,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 59.71650900004897,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 59.91007099999115,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 58.952185999951325,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 58.66569499997422,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 60.01047500001732,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 59.68457799998578,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 60.574635999975726,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 1.0370709999697283,
"failureMessages": [
"new-ternary-examples.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js format 1`\n \n - Snapshot - 40\n + Received + 40\n \n @@ -146,50 +146,50 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const typeofExample = definition.encode\n ? definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n )\n : typeof row[field] !== \"undefined\"\n - ? row[field]\n - : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null;\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n const typeofExampleFlipped = definition.encode\n ? definition.encode(\n typeof row[field] === \"undefined\"\n @@ -197,14 +197,14 @@\n ? null\n : definition.default\n : row[field],\n )\n : typeof row[field] === \"undefined\"\n - ? typeof definition.default === \"undefined\"\n - ? null\n - : definition.default\n - : row[field];\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n @@ -221,37 +221,37 @@\n const reactRouterExampleJSX = (\n <div>\n {children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null}\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n : someReallyLongCondition || moreInThisLongCondition\n - ? bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 84.13105800002813,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 73.25394700001925,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 67.78994199994486,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 71.38702300004661,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 72.3907510000281,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 67.60035099997185,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 68.89310600003228,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 69.04469299991615,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 1.1650940000545233,
"failureMessages": [
"new-ternary-spec.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js format 1`\n \n - Snapshot - 29\n + Received + 29\n \n @@ -228,63 +228,63 @@\n const chainedWithLongConsequent = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // nested ternary in consequent always breaks:\n const chainedWithTernaryConsequent = isCat()\n ? aNestedCondition\n ? theResult()\n : theAlternate()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // consequent and terminal alternate break:\n const consequentAndTerminalAlternateBreak = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + ? bark()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ? bark()\n - : shortCondition()\n - ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n x === 1\n ? \"one\"\n : x === 2\n - ? \"two\"\n - : x === 3\n - ? \"three\"\n - : x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ? \"four\"\n - : x === 6\n - ? \"six\"\n - : \"idk\";\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n @@ -298,20 +298,20 @@\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n ? \"foo\"\n : anotherCondition\n - ? \"bar\"\n - : \"baz\";\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n typeof row[field] === \"undefined\"\n ? typeof definition.default === \"undefined\"\n ? null\n : definition.default\n : row[field],\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 107.80732500005979,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 76.29040900000837,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 69.41212599992286,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 70.81928900000639,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 70.51911599992309,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 71.37861999997403,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 70.39055500004906,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 70.53521700005513,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 0.515430000028573,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 60.16173599998001,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 60.54023799998686,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 60.09461699996609,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 60.05655300000217,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 60.02216700010467,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 60.78711400006432,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 59.50368600001093,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 59.56263299996499,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 1.0057329999981448,
"failureMessages": [
"postfix-ternary-regressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js format 1`\n \n - Snapshot - 13\n + Received + 14\n \n @@ -207,19 +207,19 @@\n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n return !linkTo\n ? false\n : typeof linkTo === \"function\"\n - ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string);\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n return React.isValidElement(emptyText)\n ? React.cloneElement(emptyText)\n : emptyText === \"\"\n - ? \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText });\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n ? translate(matchingReferences.error, {\n @@ -262,23 +262,24 @@\n redirectTo,\n basePath,\n payload\n ? payload.id || (payload.data ? payload.data.id : null)\n : requestPayload\n - ? requestPayload.id\n - : null,\n + ? requestPayload.id\n + : null,\n payload && payload.data\n ? payload.data\n : requestPayload && requestPayload.data\n - ? requestPayload.data\n - : null,\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ? self\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n : (resource, params) =>\n new Promise((resolve) =>\n setTimeout(\n () => resolve(restProvider[name](resource, params)),\n 500,\n @@ -311,13 +312,13 @@\n }\n \n const badComments = schema.model\n ? schema\n : // If model is an array where the items schema is a referred model then we need to use that\n - schema.type === \"array\"\n - ? schema.items\n - : schema;\n + schema.type === \"array\"\n + ? schema.items\n + : schema;\n \n const anotherBadComment = refModel\n ? // If we're in a shared params file then reference the model name directly\n inSharedParamsFile\n ? refModel\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 83.08171699999366,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 75.68781399994623,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 70.38536000007298,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 72.39005699998233,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 69.24525300005917,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 70.62941400008276,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 72.06573399994522,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 72.267848999938,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 1.59653600002639,
"failureMessages": [
"comments.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 68\n + Received + 64\n \n @@ -127,133 +127,129 @@\n test ? test /* c\n c */? foo : bar : bar;\n \n =====================================output=====================================\n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n - const extractTextPluginOptions =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions2 =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions2 = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions3 =\n - (\n - shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n - ) ?\n - { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n + const extractTextPluginOptions3 = shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n + ? { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n const { configureStore } =\n - process.env.NODE_ENV === \"production\" ?\n - require(\"./configureProdStore\") // a\n - : require(\"./configureDevStore\"); // b\n + process.env.NODE_ENV === \"production\"\n + ? require(\"./configureProdStore\") // a\n + : require(\"./configureDevStore\"); // b\n \n - (\n - test /* comment\n + test /* comment\n comment\n comment\n */\n - ) ?\n - foo\n - : bar;\n + ? foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : bar;\n + foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : test ?\n - /* comment\n + foo\n + : test\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n - test ?\n - foo /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n - test ?\n - (\n - test /* c\n + test\n + ? test /* c\n c */\n - ) ?\n - foo\n - : bar\n - : bar;\n + ? foo\n + : bar\n + : bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 70.11315700004343,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 69.2675749999471,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 66.76324499992188,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 66.12972099997569,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 70.3429649999598,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 66.85628700000234,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 68.52142900007311,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 67.23839600000065,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 0.5186260000336915,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 60.66316999995615,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 61.86733799998183,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 60.69562000001315,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 65.59919400000945,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 64.23779000004288,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 64.7239609999815,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 65.82470899994951,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 60.512166000087745,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 1.1798819999676198,
"failureMessages": [
"new-ternary-examples.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 73\n + Received + 90\n \n @@ -144,133 +144,150 @@\n // TypeScript is here: prettier/tests/format/typescript/conditional-types/new-ternary-spec.ts\n // EXAMPLES\n // mostly taken from https://github.com/prettier/prettier/issues/9561\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ?\n - \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n - const typeofExample =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n + const typeofExample = definition.encode\n + ? definition.encode(\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n )\n - : typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n + : typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n - const typeofExampleFlipped =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + const typeofExampleFlipped = definition.encode\n + ? definition.encode(\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n )\n - : typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n + : typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n : definition.default\n : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n - {children && !isEmptyChildren(children) ?\n + {children && !isEmptyChildren(children) ? (\n <FooComponent\n className=\"a bunch of css classes might go here, wow so many\"\n foo={foo}\n bar={includeBar ? bar : null}\n />\n - : null}\n + ) : null}\n </div>\n );\n \n const reactRouterExampleJSX = (\n <div>\n - {children && !isEmptyChildren(children) ?\n - children\n - : props.match ?\n - component ?\n - React.createElement(component, props)\n - : render ?\n - render(props)\n - : null\n - : null}\n + {children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n - {isACat() && (someReallyLongCondition || moreInThisLongCondition) ?\n - someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n - : someReallyLongCondition || moreInThisLongCondition ?\n - bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n + : someReallyLongCondition || moreInThisLongCondition\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n - {items ?\n - items.map((item) =>\n - item.display ?\n - <Item item={item} attr=\"breaks ternary but not consequent\" />\n - : <Blank />,\n - )\n - : null}\n + {items\n + ? items.map((item) =>\n + item.display ? (\n + <Item item={item} attr=\"breaks ternary but not consequent\" />\n + ) : (\n + <Blank />\n + ),\n + )\n + : null}\n \n {showTheStuff &&\n - (foo ?\n + (foo ? (\n <Thing thing={foooooooooooooooooooooooooo} bar=\"bazzzzzz\" />\n - : <OtherThing />)}\n + ) : (\n + <OtherThing />\n + ))}\n </div>\n );\n \n inJSXExpressionContainer.withNullConditional = (\n <div>\n {isACat() ? null : <Foo />}\n {isACat() && (someReallyLongCondition || moreInThisLongCondition) ? null : (\n <Foo />\n )}\n - {(\n - isACat() &&\n - (someReallyLongCondition ||\n - moreInThisLongCondition ||\n - evenMoreInThisExtraLongConditional)\n - ) ?\n - null\n - : <Foo />}\n + {isACat() &&\n + (someReallyLongCondition ||\n + moreInThisLongCondition ||\n + evenMoreInThisExtraLongConditional) ? null : (\n + <Foo />\n + )}\n </div>\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 80.51107299991418,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 80.16919499996584,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 73.23308099992573,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 70.02442999999039,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 68.56728299998213,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 70.10367300000507,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 69.50384000001941,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 69.55053900007624,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 1.9288519999245182,
"failureMessages": [
"new-ternary-spec.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 95\n + Received + 93\n \n @@ -206,133 +206,127 @@\n \n // remain on one line if possible:\n const short = isLoud() ? makeNoise() : silent();\n \n // next, put everything after the =\n - const lessShort =\n - isLoudReallyLoud() ? makeNoiseReallyLoudly.omgSoLoud() : silent();\n + const lessShort = isLoudReallyLoud()\n + ? makeNoiseReallyLoudly.omgSoLoud()\n + : silent();\n \n // next, indent the consequent:\n - const andIndented =\n - isLoudReallyReallyReallyReallyLoud() ?\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n + const andIndented = isLoudReallyReallyReallyReallyLoud()\n + ? makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n : silent();\n \n // unless the consequent is short (less than ten characters long):\n - const shortSoCase =\n - isLoudReallyReallyReallyReallyLoud() ? silent() : (\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n - );\n + const shortSoCase = isLoudReallyReallyReallyReallyLoud()\n + ? silent()\n + : makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud();\n \n // if chained, always break and put after the =\n - const chainedShort =\n - isCat() ? meow()\n - : isDog() ? bark()\n - : silent();\n + const chainedShort = isCat() ? meow() : isDog() ? bark() : silent();\n \n // when a consequent breaks in a chain:\n - const chainedWithLongConsequent =\n - isCat() ?\n - someReallyLargeExpression\n + const chainedWithLongConsequent = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // nested ternary in consequent always breaks:\n - const chainedWithTernaryConsequent =\n - isCat() ?\n - aNestedCondition ? theResult()\n + const chainedWithTernaryConsequent = isCat()\n + ? aNestedCondition\n + ? theResult()\n : theAlternate()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // consequent and terminal alternate break:\n - const consequentAndTerminalAlternateBreak =\n - isCat() ?\n - someReallyLargeExpression\n + const consequentAndTerminalAlternateBreak = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n - (\n - isAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens()\n - : (\n - isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - bark()\n - : shortCondition() ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens()\n + : isNotAnAdorableKittyCat() &&\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n - x === 1 ? \"one\"\n - : x === 2 ? \"two\"\n - : x === 3 ? \"three\"\n - : (\n - x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ) ?\n - \"four\"\n - : x === 6 ? \"six\"\n - : \"idk\";\n + x === 1\n + ? \"one\"\n + : x === 2\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : \"bar\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : \"bar\";\n \n // long conditional, short consequent/alternate, chained\n // (break on short consequents iff in chained ternary and its conditional broke)\n const longConditionalChained =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : anotherCondition ? \"bar\"\n - : \"baz\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : anotherCondition\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n );\n \n // In a return, break and over-indent:\n const inReturn = () => {\n if (short) {\n return foo ? 1 : 2;\n }\n - return typeof row[aVeryLongFieldName] !== \"undefined\" ?\n - row[aVeryLongFieldName]\n + return typeof row[aVeryLongFieldName] !== \"undefined\"\n + ? row[aVeryLongFieldName]\n : null;\n };\n \n // Remove current JSX Mode, and replace it with this algorithm:\n // When a ternary's parent is a JSXExpressionContainer which is not in a JSXAttribute,\n @@ -344,32 +338,31 @@\n // and wrap the alternate in parens.\n \n const someJSX = (\n <div>\n Typical jsx case:\n - {showFoo ?\n - <Foo attribute=\"such and such stuff here\" />\n - : <Bar short />}\n + {showFoo ? <Foo attribute=\"such and such stuff here\" /> : <Bar short />}\n Nested, and with a non-jsx consequent is the same:\n - {component ?\n + {component ? (\n React.createElement(component, props)\n - : render ?\n + ) : render ? (\n <div>{render(props)}</div>\n - : <div>Nothing is here</div>}\n + ) : (\n + <div>Nothing is here</div>\n + )}\n As is a non-jsx consequent:\n - {showTheJSXElement ?\n - <div>the stuff</div>\n - : renderOtherStuff()}\n + {showTheJSXElement ? <div>the stuff</div> : renderOtherStuff()}\n But if the alternate breaks, add a newline before the closing curly brace:\n - {showTheThing || pleaseShowTheThing ?\n + {showTheThing || pleaseShowTheThing ? (\n <Foo attribute=\"such and such stuff here\" />\n - : <Bar\n + ) : (\n + <Bar\n attribute=\"such and such stuff here\"\n another=\"more stuff here\"\n third=\"and even more, hooray!\"\n />\n - }\n + )}\n When the consequent is `null` and the alternate breaks, hug it with parens\n to match boolean behavior:\n {!thing ? null : (\n <TheThing\n thing={thing}\n @@ -377,22 +370,27 @@\n />\n )}\n </div>\n );\n \n - ternaryWithJSXElements.hasNoSpecialCasing =\n - component ? <div>{React.createElement(component, props)}</div>\n - : render ? <div>{render(props)}</div>\n - : <div>Nothing is here</div>;\n + ternaryWithJSXElements.hasNoSpecialCasing = component ? (\n + <div>{React.createElement(component, props)}</div>\n + ) : render ? (\n + <div>{render(props)}</div>\n + ) : (\n + <div>Nothing is here</div>\n + );\n \n jsxExpressionContainer.inJSXAttribute.hasNoSpecialCasing = (\n <Foo\n withJSX={isRed ? <RedColorThing /> : <GreenColorThing />}\n withJSXBroken={\n - isRed || isSomeOtherLongCondition.thatBreaksTheLine() ?\n + isRed || isSomeOtherLongCondition.thatBreaksTheLine() ? (\n <RedColorThing />\n - : <GreenColorThing />\n + ) : (\n + <GreenColorThing />\n + )\n }\n />\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 83.91015899996273,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 81.97408500011079,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 71.70842599996831,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 70.67351100000087,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 68.61709299997892,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 72.45914299995638,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 72.46550599997863,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 74.46458100003656,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 0.4207320000277832,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 60.91222399997059,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 62.25274799996987,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 60.2575389998965,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 60.78235700004734,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 58.94429699995089,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 60.284283999935724,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 60.537513000075705,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 60.756944999913685,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 1.3899969999911264,
"failureMessages": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 92\n + Received + 90\n \n @@ -171,163 +171,161 @@\n : classRef()\n \n =====================================output=====================================\n // concatened string in consequent should be visually distinguishable from alternate\n // … or maybe this is okay, because the colon is enough?\n - const avatar =\n - has_ordered ?\n - \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n + const avatar = has_ordered\n + ? \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n numberOfCustomers +\n \".jpeg\"\n : undefined;\n \n // Similarly, in the alternate:\n - const redirectUrl =\n - pathName ? pathName : (\n - nextPathName + nextSearch ||\n - defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks\n - );\n + const redirectUrl = pathName\n + ? pathName\n + : nextPathName + nextSearch ||\n + defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks;\n \n // And another, more pathological case of the above:\n const isEmpty = (obj) =>\n - obj instanceof Date ? false : (\n - obj === \"\" ||\n - obj === null ||\n - obj === undefined ||\n - obj === somethingThatIsLonger ||\n - shallowEqual(obj, {})\n - );\n + obj instanceof Date\n + ? false\n + : obj === \"\" ||\n + obj === null ||\n + obj === undefined ||\n + obj === somethingThatIsLonger ||\n + shallowEqual(obj, {});\n \n // Again, this case is a bit hard to distinguish the alternate.\n const eventsFromOrders =\n - orderIds && orders ?\n - orderIds.map((id) => ({\n - type: \"order\",\n - date: orders[id].date,\n - data: orders[id],\n - }))\n - : [];\n + orderIds && orders\n + ? orderIds.map((id) => ({\n + type: \"order\",\n + date: orders[id].date,\n + data: orders[id],\n + }))\n + : [];\n \n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n - return (\n - !linkTo ? false\n - : typeof linkTo === \"function\" ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string)\n - );\n + return !linkTo\n + ? false\n + : typeof linkTo === \"function\"\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n - return (\n - React.isValidElement(emptyText) ? React.cloneElement(emptyText)\n - : emptyText === \"\" ?\n - \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText })\n - );\n + return React.isValidElement(emptyText)\n + ? React.cloneElement(emptyText)\n + : emptyText === \"\"\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n - const matchingReferencesError =\n - isMatchingReferencesError(matchingReferences) ?\n - translate(matchingReferences.error, {\n + const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n + ? translate(matchingReferences.error, {\n _: matchingReferences.error,\n })\n : null;\n \n // This one is kinda confusing any way you slice it…\n const obj = {\n error:\n - (\n - matchingReferencesError &&\n - (!input.value ||\n - (input.value &&\n - selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n - ) ?\n - translate(\"ra.input.references.all_missing\", {\n - _: \"ra.input.references.all_missing\",\n - })\n - : null,\n + matchingReferencesError &&\n + (!input.value ||\n + (input.value && selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n + ? translate(\"ra.input.references.all_missing\", {\n + _: \"ra.input.references.all_missing\",\n + })\n + : null,\n };\n \n // I think we should indent after the inner || on this, and do better wtih the parens around the &&\n const obj2 = {\n warning:\n - (\n - matchingReferencesError ||\n - (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n - ) ?\n - matchingReferencesError ||\n - translate(\"ra.input.references.many_missing\", {\n - _: \"ra.input.references.many_missing\",\n - })\n - : null,\n + matchingReferencesError ||\n + (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n + ? matchingReferencesError ||\n + translate(\"ra.input.references.many_missing\", {\n + _: \"ra.input.references.many_missing\",\n + })\n + : null,\n };\n \n // The boolean conditions in the test should look cohesive.\n const selectedReferencesDataStatus =\n - !isEmpty(value) && typeof value === \"string\" && !pattern.test(value) ?\n - getMessage(message, { pattern }, value, values)\n - : undefined;\n + !isEmpty(value) && typeof value === \"string\" && !pattern.test(value)\n + ? getMessage(message, { pattern }, value, values)\n + : undefined;\n \n // Would be nice if these two nested ternaries didn't look like a single one.\n resolveRedirectTo(\n redirectTo,\n basePath,\n - payload ? payload.id || (payload.data ? payload.data.id : null)\n - : requestPayload ? requestPayload.id\n - : null,\n - payload && payload.data ? payload.data\n - : requestPayload && requestPayload.data ? requestPayload.data\n - : null,\n + payload\n + ? payload.id || (payload.data ? payload.data.id : null)\n + : requestPayload\n + ? requestPayload.id\n + : null,\n + payload && payload.data\n + ? payload.data\n + : requestPayload && requestPayload.data\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - (\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ) ?\n - self\n - : (resource, params) =>\n - new Promise((resolve) =>\n - setTimeout(() => resolve(restProvider[name](resource, params)), 500),\n - ),\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n + : (resource, params) =>\n + new Promise((resolve) =>\n + setTimeout(\n + () => resolve(restProvider[name](resource, params)),\n + 500,\n + ),\n + ),\n });\n \n function foo4() {\n - return !match || match.length < 5 ?\n - line\n + return !match || match.length < 5\n + ? line\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo5() {\n - return !match || match.length < 5 ?\n - foo(line)\n + return !match || match.length < 5\n + ? foo(line)\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo6() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehooray\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehooray\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo7() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehoorayjustabitlonger\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehoorayjustabitlonger\n : match[1] + match[2] + match[3] + match[4];\n }\n \n - const badComments =\n - schema.model ? schema\n - // If model is an array where the items schema is a referred model then we need to use that\n - : schema.type === \"array\" ? schema.items\n + const badComments = schema.model\n + ? schema\n + : // If model is an array where the items schema is a referred model then we need to use that\n + schema.type === \"array\"\n + ? schema.items\n : schema;\n \n - const anotherBadComment =\n - refModel ?\n - // If we're in a shared params file then reference the model name directly\n - inSharedParamsFile ? refModel\n - // If we're not in a shared params file then reference the in-file type\n - : classRef()\n - // We don't have a model name, use the in-file name\n - : classRef();\n + const anotherBadComment = refModel\n + ? // If we're in a shared params file then reference the model name directly\n + inSharedParamsFile\n + ? refModel\n + : // If we're not in a shared params file then reference the in-file type\n + classRef()\n + : // We don't have a model name, use the in-file name\n + classRef();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 105.83859299996402,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 79.7673740000464,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 70.00714100000914,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 88.29807499994058,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 72.87173600005917,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 73.73596399999224,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 73.95867600000929,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 77.31542499992065,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "brackets.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `brackets.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -25,8 +25,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n } from \".\";\n - import {fitsIn, oneLine} from \".\";\n + import { fitsIn, oneLine } from \".\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ninline.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `inline.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n import a, {somethingSuperLongsomethingSuperLong2} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n import {a2, somethingSuperLongsomethingSuperLong3} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n \n =====================================output=====================================\n import somethingSuperLongsomethingSuperLong from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n - import {somethingSuperLongsomethingSuperLong1} from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n + import { somethingSuperLongsomethingSuperLong1 } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import a, {\n somethingSuperLongsomethingSuperLong2,\n } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import {\n a2,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsame-local-and-imported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-imported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n import {a} from 'a';\n import {b as b} from 'b';\n import {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - import {a} from \"a\";\n - import {b as b} from \"b\";\n - import {c as /* comment */ c} from \"c\";\n + import { a } from \"a\";\n + import { b as b } from \"b\";\n + import { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 3,
"numPassingTests": 123,
"numPendingTests": 0,
"perfStats": {
"start": 309310.016459,
"end": 317021.52485600003,
"runtime": 7712,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 11,
"unchecked": 0,
"unmatched": 3,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"brackets.js"
],
"duration": 0.44124099996406585,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 62.80642799998168,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 61.96668299997691,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 63.84953099989798,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 61.45802999997977,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 60.33709200005978,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 61.438979999977164,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 62.34241799998563,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 60.49737300002016,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.43931699998211116,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 62.850783000001684,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 62.900130000081845,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.051992999971844,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.039002999896184,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 60.892385000013746,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 63.32372500002384,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 63.19345899997279,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 62.55545300000813,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 0.42303700000047684,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 59.92909099999815,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 60.61617599998135,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 59.70916899992153,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 63.372858000104316,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 62.74620699998923,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 60.6994410000043,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 60.11606400005985,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 61.38169700000435,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 0.4903439999325201,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 61.01197500003036,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 60.90890799998306,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 60.17932600004133,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 59.90812299994286,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 60.54736500000581,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 60.84923599998001,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 61.20883400004823,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 60.96870700002182,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 0.5357079999521375,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 59.27699899999425,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 60.052851999993436,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 60.60383300005924,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 59.848419000045396,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 59.48601500003133,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 60.11879300000146,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 60.809133999980986,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 59.76404400006868,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 0.4152209999738261,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 60.50815699994564,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 60.62043399992399,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 61.767935000010766,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 60.23927100002766,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 60.52152299997397,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 60.891323999967426,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 60.928908000001684,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 61.483266999945045,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 0.41826700000092387,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 60.103945000097156,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 60.03477299993392,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 60.504765999969095,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 59.94408399995882,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 61.7744970000349,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 59.712507999967784,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 60.245094000012614,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 60.7398009999888,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 0.6260880000190809,
"failureMessages": [
"brackets.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `brackets.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -25,8 +25,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n } from \".\";\n - import {fitsIn, oneLine} from \".\";\n + import { fitsIn, oneLine } from \".\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 62.92744500003755,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 61.3340329999337,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 60.52373199991416,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 61.50066799996421,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 60.39682699996047,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 63.311053000041284,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 62.05868699995335,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 62.08770000003278,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 0.4283160000341013,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 61.81267199991271,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 62.968083999934606,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 61.929598000016995,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 62.17110200005118,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 61.95336599997245,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 62.59729000006337,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 63.24903700000141,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 62.31607800000347,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.4073670000070706,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 60.93662300007418,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 60.443546000053175,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 59.96814400004223,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 61.20936400000937,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 59.21300800004974,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 61.08867500000633,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 59.62108900002204,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 60.03144000004977,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 0.6076739999698475,
"failureMessages": [
"inline.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `inline.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n import a, {somethingSuperLongsomethingSuperLong2} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n import {a2, somethingSuperLongsomethingSuperLong3} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n \n =====================================output=====================================\n import somethingSuperLongsomethingSuperLong from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n - import {somethingSuperLongsomethingSuperLong1} from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n + import { somethingSuperLongsomethingSuperLong1 } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import a, {\n somethingSuperLongsomethingSuperLong2,\n } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import {\n a2,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 62.17807999998331,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 60.8055399999721,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 61.07759600004647,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 61.4601890000049,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 62.00802099995781,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 61.842974999919534,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 60.36831899988465,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 61.262109000002965,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 0.478480999940075,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 61.799452999955975,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 62.03363499999978,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 61.099869000026956,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 61.322365000029095,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 61.46800900006201,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 61.232554999995045,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 60.67260799999349,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 61.63771300006192,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 0.420570999966003,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 60.95726900000591,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 61.19839400006458,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 61.58287499996368,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 59.833286999957636,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 61.151968999998644,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 61.13431200000923,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 61.02938799990807,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 60.601738999946974,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 0.7048669999931008,
"failureMessages": [
"same-local-and-imported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-imported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n import {a} from 'a';\n import {b as b} from 'b';\n import {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - import {a} from \"a\";\n - import {b as b} from \"b\";\n - import {c as /* comment */ c} from \"c\";\n + import { a } from \"a\";\n + import { b as b } from \"b\";\n + import { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 61.580866000032984,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 61.03897599992342,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 60.751154999947175,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 60.79738300002646,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 60.448564999969676,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 60.31329399999231,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 60.6596229999559,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 61.797085000085644,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "object.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,9 +6,9 @@\n =====================================input======================================\n const obj1 = {a:1, b:2, c:3}\n const obj2 = { a:1, b:2, c:3 };\n \n =====================================output=====================================\n - const obj1 = {a: 1, b: 2, c: 3};\n - const obj2 = {a: 1, b: 2, c: 3};\n + const obj1 = { a: 1, b: 2, c: 3 };\n + const obj2 = { a: 1, b: 2, c: 3 };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 55)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 35,
"numPendingTests": 0,
"perfStats": {
"start": 317114.607566,
"end": 319360.31621400005,
"runtime": 2246,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bracket-spacing/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"array.js"
],
"duration": 0.4815570000791922,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.539267000043765,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 63.033731000032276,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.552188999950886,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.499837999930605,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.14073400001507,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.788471999927424,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.47210199991241,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.573605999932624,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 0.509438999928534,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 62.72954099997878,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 63.359450999996625,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 63.99861999996938,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 70.19670900003985,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 61.26323699997738,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 61.61110799992457,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 63.31944300001487,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 62.35609000001568,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 0.4884689999744296,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 62.28078299993649,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 61.9260779999895,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 61.86825699999463,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 61.47127099998761,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 61.23168899992015,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 62.00534899998456,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 61.82834900007583,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 61.95554700004868,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 0.5758840000489727,
"failureMessages": [
"object.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,9 +6,9 @@\n =====================================input======================================\n const obj1 = {a:1, b:2, c:3}\n const obj2 = { a:1, b:2, c:3 };\n \n =====================================output=====================================\n - const obj1 = {a: 1, b: 2, c: 3};\n - const obj2 = {a: 1, b: 2, c: 3};\n + const obj1 = { a: 1, b: 2, c: 3 };\n + const obj2 = { a: 1, b: 2, c: 3 };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 55)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 62.28886299999431,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 63.023357999976724,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 60.73883499996737,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 61.20637200004421,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 61.74955900001805,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 61.71452899998985,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 64.2430920000188,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 63.731013000011444,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "angularjs_inject.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -45,14 +45,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest_declarations.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -260,39 +260,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -319,14 +309,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nangularjs_inject.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -46,14 +46,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest_declarations.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -261,39 +261,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -320,14 +310,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 122,
"numPendingTests": 0,
"perfStats": {
"start": 319462.311181,
"end": 327617.85952800006,
"runtime": 8156,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/test-declarations/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 0.4238069999264553,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 62.63597599999048,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 61.773992999922484,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 60.5834249999607,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 60.18200200004503,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 60.06599999999162,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 61.030083000077866,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 62.8916409999365,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 61.81856999988668,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 0.431201999890618,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 62.13646000006702,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 60.897513999952935,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 60.07042999996338,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 63.84768000000622,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 59.09334899997339,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 60.05203700007405,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 60.22756000002846,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 60.648044000030495,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 0.4191889999201521,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 62.075834000017494,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 60.24097500008065,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 59.564016000018455,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 60.83597000001464,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 59.881840000045486,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 60.301413000095636,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 60.38538900006097,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 60.16001700004563,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 0.7236610000254586,
"failureMessages": [
"angularjs_inject.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -45,14 +45,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 62.143750999937765,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 62.64587800006848,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 60.288263999973424,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 60.00377099995967,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 60.621257000020705,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 61.35565499996301,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 60.4509979999857,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 59.89573799993377,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 0.42110300005879253,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 65.67656499997247,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 62.14686899993103,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 61.02566599997226,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 62.026607000036165,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 62.71566200000234,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 61.28784099989571,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 62.26357499998994,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 62.40439899999183,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 0.44559799996204674,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 76.68564899999183,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 68.23242900008336,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 66.94940200005658,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 64.99695299996529,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 78.2457820000127,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 68.22565399995074,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 69.14998800004832,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 66.91094800003339,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 0.9588850000873208,
"failureMessages": [
"test_declarations.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -260,39 +260,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -319,14 +309,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 93.80635699990671,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 76.25268799997866,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 70.05232699995395,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 69.679673000006,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 73.73418399994262,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 70.957024000003,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 72.4222820000723,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 72.91472000000067,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.5186659999890253,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.68786800000817,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 62.150917000020854,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.28226799995173,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 62.44220599997789,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.142262000008486,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 66.9877770000603,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 67.49323400005233,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.86953199992422,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.49109399993903935,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.00186499999836,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.191713999956846,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.201645000022836,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.08841099997517,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.31784199993126,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 62.08811200002674,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.73397699999623,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.20591699995566,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.4496760000474751,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.481080000055954,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.414978999993764,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 60.21264899999369,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.13159899995662,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.44498200004455,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.48603099992033,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 62.555073000025004,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.481235999963246,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.6795080000301823,
"failureMessages": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -46,14 +46,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.19657899998128,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.86118100001477,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 65.59639200009406,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 62.694123999914154,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 59.95233300002292,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.09088400006294,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 62.37422100000549,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.39505900000222,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.43940700008533895,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.487475999980234,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.28398800001014,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.19719000009354,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 62.45904400001746,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 61.80510600004345,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 63.21474800002761,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 62.28316699992865,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.14309600007255,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.5087180000264198,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 75.6476590000093,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 71.80053200002294,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.91029999998864,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 68.00320599996485,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 64.24168999993708,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 66.83280500001274,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 71.33455300005153,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 70.16072499996517,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.9753250000067055,
"failureMessages": [
"test_declarations.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -261,39 +261,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -320,14 +310,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 83.28616100002546,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 75.53780199994799,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 68.93637099990156,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 68.24420700001065,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 67.90835899999365,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 71.93353099992964,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 72.22781000006944,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 71.79311199998483,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 327709.848637,
"end": 328250.777866,
"runtime": 541,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/trailing-whitespace/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 0.4247889999533072,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 59.59860799997114,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 59.73635000002105,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 59.72378600004595,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 60.78754900000058,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 59.91927900002338,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 60.355856999987736,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 60.23882800003048,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 60.3685589999659,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "directive.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -13,15 +13,15 @@\n [].forEach();\n }\n \n =====================================output=====================================\n // prettier-ignore\n - 'use strict';\n + \"use strict\";\n [].forEach();\n \n function foo() {\n // prettier-ignore\n - 'use strict';\n + \"use strict\";\n [].forEach();\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nasi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `asi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n [1].map();\n \n =====================================output=====================================\n foo\n // prettier-ignore\n - ;[1].map();\n + ;[1].map()\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndirective.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js - {\"semi\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -14,15 +14,15 @@\n [].forEach();\n }\n \n =====================================output=====================================\n // prettier-ignore\n - 'use strict';\n + \"use strict\"\n ;[].forEach()\n \n function foo() {\n // prettier-ignore\n - 'use strict';\n + \"use strict\"\n ;[].forEach()\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 3,
"numPassingTests": 33,
"numPendingTests": 0,
"perfStats": {
"start": 328344.237918,
"end": 330589.85859500006,
"runtime": 2246,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 3,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ignore/semi/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"asi.js"
],
"duration": 0.45158899994567037,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 61.21408700000029,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 59.86447600007523,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 59.832377000013366,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 59.737616999889724,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 60.52087099989876,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 60.0356609999435,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 60.34237599989865,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 60.90099300001748,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 0.6509550000773743,
"failureMessages": [
"directive.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -13,15 +13,15 @@\n [].forEach();\n }\n \n =====================================output=====================================\n // prettier-ignore\n - 'use strict';\n + \"use strict\";\n [].forEach();\n \n function foo() {\n // prettier-ignore\n - 'use strict';\n + \"use strict\";\n [].forEach();\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 65.09895899996627,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 63.26842500001658,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 66.53699100005906,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 65.43760400009342,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 64.75413000001572,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 61.61570000008214,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 64.60326999996323,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 62.841833999962546,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"asi.js - {\"semi\":false}"
],
"duration": 0.7187210000120103,
"failureMessages": [
"asi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `asi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n [1].map();\n \n =====================================output=====================================\n foo\n // prettier-ignore\n - ;[1].map();\n + ;[1].map()\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"asi.js - {\"semi\":false}"
],
"duration": 60.657341999933124,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"asi.js - {\"semi\":false}"
],
"duration": 62.29620900005102,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"asi.js - {\"semi\":false}"
],
"duration": 64.37623900000472,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"asi.js - {\"semi\":false}"
],
"duration": 64.56848999997601,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"asi.js - {\"semi\":false}"
],
"duration": 65.8273839999456,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"asi.js - {\"semi\":false}"
],
"duration": 65.35105400008615,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"asi.js - {\"semi\":false}"
],
"duration": 61.236185000045225,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"asi.js - {\"semi\":false}"
],
"duration": 60.080037000006996,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"directive.js - {\"semi\":false}"
],
"duration": 0.6129419999197125,
"failureMessages": [
"directive.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js - {\"semi\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -14,15 +14,15 @@\n [].forEach();\n }\n \n =====================================output=====================================\n // prettier-ignore\n - 'use strict';\n + \"use strict\"\n ;[].forEach()\n \n function foo() {\n // prettier-ignore\n - 'use strict';\n + \"use strict\"\n ;[].forEach()\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"directive.js - {\"semi\":false}"
],
"duration": 62.44811900006607,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"directive.js - {\"semi\":false}"
],
"duration": 60.96308500005398,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"directive.js - {\"semi\":false}"
],
"duration": 61.93914400006179,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"directive.js - {\"semi\":false}"
],
"duration": 62.30255899997428,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"directive.js - {\"semi\":false}"
],
"duration": 60.752029999974184,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"directive.js - {\"semi\":false}"
],
"duration": 61.63486499991268,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"directive.js - {\"semi\":false}"
],
"duration": 61.93650899990462,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"directive.js - {\"semi\":false}"
],
"duration": 61.22872000001371,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 180,
"numPendingTests": 0,
"perfStats": {
"start": 330687.39944300003,
"end": 341818.78652699996,
"runtime": 11131,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 20,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/keyword-property/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"async.js"
],
"duration": 0.4730200000340119,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 65.41301100002602,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 65.63029799994547,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 64.0391590000363,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 64.70754000009038,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 63.55674600007478,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 63.965224000043236,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 63.106645000050776,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 67.68458100000862,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.4682400000747293,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 69.66145799995866,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 66.78954099991824,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 63.3581370000029,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 63.644994999980554,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 64.3181779999286,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 64.43092300009448,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 63.267821999965236,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 66.14297699998133,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 0.49722499994095415,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 64.04756300000008,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 64.45257199998014,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 63.503043000004254,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 63.658087000017986,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 64.10618500004057,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 61.04553100001067,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 59.90445099992212,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 60.13789499993436,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 0.5182449999265373,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 63.91280499997083,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 62.86294900008943,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 61.82036899996456,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 62.426402000011876,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 59.944994000019506,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 62.555420999997295,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 64.37710599997081,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 61.69182599999476,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 0.4530119999544695,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 62.361496999976225,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 62.561531999963336,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 60.487633000011556,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 61.466191000072286,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 61.79574200010393,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 62.50217800005339,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 60.9285169999348,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 61.53613299992867,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 0.4337159999413416,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 63.575455000041984,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 68.95000700000674,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 66.423994999961,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 69.6155199999921,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 62.96807699999772,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 71.26702899998054,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 66.50489799992647,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 61.89309499994852,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 0.43628100003115833,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 63.225995999993756,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 61.76189500000328,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 60.75255400000606,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 60.669145000050776,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 62.439623999991454,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 60.29109800001606,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 60.53082699992228,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 60.93546599999536,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 0.4121349999913946,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 61.82198500004597,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 60.38002699997742,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 60.15326900000218,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 59.623992000008,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 60.1496089999564,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 60.98715800000355,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 61.92196599999443,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 60.90738800005056,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 0.43852500000502914,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 61.31583400000818,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 60.9416720001027,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 59.908417999977246,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 60.184126000036485,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 60.16873399994802,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 59.744370999978855,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 60.74379899993073,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 60.164463000022806,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 0.48832699994090945,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 61.33653999993112,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 61.19796699995641,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 60.33796699997038,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 60.791670999955386,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 59.84883999999147,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 60.27425600006245,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 62.342387999990024,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 60.47689699998591,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 0.43514700001105666,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 60.96793899999466,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 61.911242999951355,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 60.11950100003742,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 60.215933999978006,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 59.500748999998905,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 60.732335999957286,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 60.65356500004418,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 62.00365299999248,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 0.43245299998670816,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 62.09453200001735,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 60.46371500007808,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 61.18293900007848,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 62.061060999985784,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 59.897113999933936,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 60.43806700001005,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 60.878779000020586,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 60.22064099996351,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 0.43109000008553267,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 60.965564000071026,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 61.57979799993336,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 59.737379999947734,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 60.41663700004574,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 61.039026999962516,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 59.5025649999734,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 59.61359800002538,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 60.9937510000309,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 0.43815299996640533,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 62.2580860001035,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 60.53375699999742,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 60.38506999996025,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 64.43379899999127,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 61.66310300002806,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 61.09469599998556,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 62.23812399990857,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 62.63085299998056,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 0.4214419999625534,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 60.76787600002717,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 62.06299799995031,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 59.60655599995516,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 61.86183499998879,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 61.09155000001192,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 60.308233999996446,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 59.77340900001582,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 60.78313900006469,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 0.46373099996708333,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 61.58315500000026,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 60.913111999980174,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 61.05670600000303,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 60.66685899998993,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 59.660846999962814,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 60.79235200001858,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 60.738223999971524,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 60.55686000001151,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 0.4250690001063049,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 60.514849000028335,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 62.79133399995044,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 60.20490000001155,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 60.9524870000314,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 60.75593399989884,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 60.430850000004284,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 61.31617400003597,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 59.91333300003316,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 0.4192289999919012,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 62.08409799996298,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 61.60102599998936,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 60.01155000005383,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 61.00274300004821,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 59.90424800000619,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 61.7885140000144,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 60.588878999929875,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 61.6869730000617,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 0.4197400000412017,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 61.98990500008222,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 60.91626199998427,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 62.49854200007394,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 61.90117500000633,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 61.51036800001748,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 60.80677100003231,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 60.35684900009073,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 61.24182599992491,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 0.4274140000343323,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 60.48834999999963,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 60.519708000007086,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 59.825168000068516,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 60.98220199998468,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 61.15881600009743,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 61.73424600006547,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 61.52694200002588,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 61.074167000013404,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 36,
"numPendingTests": 0,
"perfStats": {
"start": 341930.135527,
"end": 344128.23572399997,
"runtime": 2198,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/tab-width/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"class.js"
],
"duration": 0.455818000016734,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 60.59371899999678,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 59.93096000002697,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 60.00275300000794,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 58.86324199999217,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 61.67059300001711,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 61.00708300003316,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 60.003564000013284,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 60.063477999996394,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 0.4443360000150278,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 59.50317100004759,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 59.69000499998219,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 59.27810600004159,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 58.57258100004401,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 60.84809500002302,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 59.35716100002173,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 59.86654900002759,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 59.135376999969594,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 0.5480309999547899,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 61.06967999995686,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 59.510178999975324,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 59.66145100002177,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 59.460324999992736,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 59.95908000005875,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 60.82918400003109,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 62.01985499996226,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 66.32266499998514,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 0.40083400008734316,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 63.830256000044756,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 62.15048500010744,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 60.85035599989351,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 60.71545899997,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 60.64006999996491,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 61.014620000030845,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 62.04986699996516,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 61.979284000000916,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = ({ #x: x }) => {};\n + #p = ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nasync-arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = async ({ #x: x }) => {};\n + #p = async ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-bindings.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -13,13 +13,11 @@\n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n const {\n - x: {\n - #x: [x],\n - },\n + x: { #x: [x] },\n y: [...{ #x: y }],\n } = this;\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-multiple-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-multiple-bindings.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,10 +12,10 @@\n \n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n - const { #x: x1, #x: x2 = x1 } = this;\n + const {#x: x1, #x: x2 = x1 } = this;\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 45,
"numPendingTests": 0,
"perfStats": {
"start": 344225.67631199997,
"end": 345955.13206000003,
"runtime": 1729,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 24,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/destructuring-private-fields/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 0.6048580000642687,
"failureMessages": [
"arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = ({ #x: x }) => {};\n + #p = ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 62.7764540000353,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 62.587447999976575,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 1.392589999944903,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 0.8222570000216365,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 0.8292900000233203,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 61.77578300004825,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 0.3871389999985695,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 61.078835000051185,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 62.50251699995715,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 1.2868809999199584,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 0.8085310000460595,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 0.886627999949269,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 60.80861900001764,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 0.6526580000063404,
"failureMessages": [
"async-arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = async ({ #x: x }) => {};\n + #p = async ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 61.325634000007994,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 60.131828999961726,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 1.520079999929294,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 0.7656199999619275,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 0.7895450000651181,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 61.54351400001906,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 0.378802000079304,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 60.92319799994584,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 62.44740800000727,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 1.5557259999914095,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 0.7883629999123514,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 0.9729100000113249,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 60.1701630000025,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 0.4367420000489801,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 62.32207499991637,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 60.09661799995229,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 1.3184100000653416,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 0.8100730000296608,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 0.8370750000467524,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 59.70328600006178,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 0.656624999945052,
"failureMessages": [
"nested-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-bindings.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -13,13 +13,11 @@\n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n const {\n - x: {\n - #x: [x],\n - },\n + x: { #x: [x] },\n y: [...{ #x: y }],\n } = this;\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 59.74980200000573,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 60.474637000006624,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 1.307630000053905,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 0.8375050000613555,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 0.8485050000017509,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 61.551331000053324,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 0.5819550000596792,
"failureMessages": [
"valid-multiple-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-multiple-bindings.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,10 +12,10 @@\n \n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n - const { #x: x1, #x: x2 = x1 } = this;\n + const {#x: x1, #x: x2 = x1 } = this;\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 59.89231399993878,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 58.990848999936134,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 1.2074609999544919,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 0.813890999997966,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 0.8037120000226423,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 58.82747499994002,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "default-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `default-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,8 +5,11 @@\n =====================================input======================================\n // export asyn\\u{63} from \"async\";\n export n\\u{63} from \"async\";\n =====================================output=====================================\n // export asyn\\u{63} from \"async\";\n - export nc from \"async\";\n + export\n + n\\u{63};\n + from;\n + (\"async\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 62)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 6,
"numPendingTests": 0,
"perfStats": {
"start": 346062.450078,
"end": 346258.82919400005,
"runtime": 196,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/escaped/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 0.5625380000565201,
"failureMessages": [
"default-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `default-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,8 +5,11 @@\n =====================================input======================================\n // export asyn\\u{63} from \"async\";\n export n\\u{63} from \"async\";\n =====================================output=====================================\n // export asyn\\u{63} from \"async\";\n - export nc from \"async\";\n + export\n + n\\u{63};\n + from;\n + (\"async\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 62)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 1.9382759999716654,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 0.8776409999700263,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 0.748206999967806,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 0.9111740000080317,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 57.76170799997635,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 57.59515700000338,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 7,
"numPendingTests": 0,
"perfStats": {
"start": 346352.94225200004,
"end": 346782.788934,
"runtime": 430,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/literal/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"number.js"
],
"duration": 0.481796000036411,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 62.00811299995985,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.13364599994384,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 59.713378999964334,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 62.62293700000737,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 62.15770900005009,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 61.799913999973796,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 7,
"numPendingTests": 0,
"perfStats": {
"start": 346878.185321,
"end": 347121.12279900006,
"runtime": 243,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/top-level-super/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"example.js"
],
"duration": 0.45308300002943724,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 60.29835599998478,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 1.5187069999519736,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 0.6838759999955073,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 0.7822809999343008,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 58.919237999944016,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 60.37035300000571,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 117,
"numPendingTests": 0,
"perfStats": {
"start": 347217.69743800006,
"end": 354478.833805,
"runtime": 7261,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 13,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/functional-composition/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 0.41451999999117106,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 68.66161900002044,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 69.2543369999621,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 65.6309880000772,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 64.34904799994547,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 65.11724500008859,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 64.80339699995238,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 63.63190699997358,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 64.39935300010256,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 0.43130199995357543,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 66.42276900005527,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 65.52636999997776,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 63.0742339999415,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 61.92650699999649,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 59.391921999980696,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 59.78367000003345,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 63.330541000002995,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 62.334948000032455,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 0.3964850000338629,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 65.41080499999225,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 62.592752999975346,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 62.54927900002804,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 60.13940400001593,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 60.3644009999698,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 61.4286129999673,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 61.74472399998922,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 61.320109999971464,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 0.4471110000740737,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 61.362220000009984,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 61.90881200006697,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 60.407626000000164,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 60.27751799998805,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 60.60424299992155,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 61.75623599998653,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 61.154282000032254,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 61.466968000051565,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 0.40400999994017184,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 60.29876300005708,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 60.052284999983385,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 59.58614699996542,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 59.926756000029854,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 59.39486599992961,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 61.82000700000208,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 59.907669999985956,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 59.95401900005527,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 0.4489649999886751,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 65.94624800002202,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 63.47993699996732,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 63.09913999994751,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 63.192610000027344,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 61.60738900001161,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 62.55970099999104,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 62.73174499999732,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 62.35117099992931,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 0.40588400000706315,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 63.53550700005144,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 62.49592000001576,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 61.82742300000973,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 62.25856400001794,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 62.11785100004636,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 60.92244999995455,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 60.864640999934636,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 63.320884999935515,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 0.4848120000679046,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 69.05421699990984,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 67.98366100003477,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 63.819822999997996,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 63.381300000008196,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 63.659119999967515,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 64.21791699994355,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 64.77289399993606,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 65.14978799992241,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 0.4080569999059662,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 64.85127400001511,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 61.486689000041224,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 61.8924939999124,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 61.57373100006953,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 60.70159599999897,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 60.63895599998068,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 61.028587999986485,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 61.12196599994786,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 0.40614400000777096,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 61.12808299995959,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 59.7996479999274,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 59.50564500002656,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 59.40574299998116,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 59.220814000000246,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 60.26066000002902,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 59.19435700005852,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 59.51684100006241,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 0.3681019999785349,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 61.20798000006471,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 61.45682500000112,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 61.07108599995263,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 60.412765999906696,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 60.079870000015944,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 59.18639499996789,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 59.05152200011071,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 59.002464000019245,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 0.47648599999956787,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 63.74718900001608,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 61.595249000005424,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 60.99289399990812,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 60.14805299998261,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 59.38306200003717,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 60.305346000008285,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 60.5098879999714,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 61.74584300001152,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 0.4131869999691844,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 62.913917000056244,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 61.22770699998364,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 60.814981000032276,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 63.33794899994973,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 61.197655999916606,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 62.69370299996808,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 61.410417999955826,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 60.538386000087485,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 7,
"numPendingTests": 0,
"perfStats": {
"start": 354574.72347699996,
"end": 354999.76406,
"runtime": 425,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-property-comment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"after-key.js"
],
"duration": 0.44326299999374896,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 62.51306500006467,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 60.28910299995914,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 60.30091500002891,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 59.98216100002173,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 60.2567520000739,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 60.809857000014745,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "objects.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - \"𐊧\": true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,9 +12,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - '𐊧': true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 40,
"numPendingTests": 0,
"perfStats": {
"start": 355098.150949,
"end": 357705.03325400007,
"runtime": 2607,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/quotes/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"functions.js"
],
"duration": 0.39304899994749576,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 63.4149220000254,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 62.57166999997571,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 61.73832499992568,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 59.72340599994641,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 60.51699000003282,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 61.20540199999232,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 0.5892380001023412,
"failureMessages": [
"objects.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - \"𐊧\": true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 61.53833799995482,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 59.909908000030555,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 60.29977699997835,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 60.30606100009754,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 60.838176000048406,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 63.54877500003204,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 0.42412699991837144,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 64.85961499996483,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 64.36487600009423,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 63.281697000027634,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 62.46093999990262,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 64.03754699998535,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 63.93382799997926,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 0.4596649999730289,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 60.841676999931224,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 60.60864400002174,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 60.36279099993408,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 60.23376900004223,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 62.032674000016414,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 64.03680000000168,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 0.6914300000062212,
"failureMessages": [
"objects.js - {\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,9 +12,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - '𐊧': true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 62.71883000002708,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 60.01067999994848,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 60.081561999977566,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 59.30601299996488,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 61.28755699994508,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 62.17297800001688,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 0.4128369999816641,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 65.11484200006817,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 62.39629499998409,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 63.36001399997622,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 62.44551800005138,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 62.325962999952026,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 64.5212430000538,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 70,
"numPendingTests": 0,
"perfStats": {
"start": 357804.06427599996,
"end": 362307.266488,
"runtime": 4503,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/no-semi/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"class.js"
],
"duration": 0.4177149999886751,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 70.38101500004996,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 65.20629800006282,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 65.29419599997345,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 63.84947000001557,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 66.22843400004786,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 65.96666899998672,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.39266799995675683,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.66388299991377,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.02172800002154,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 60.64500000001863,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 60.93830500007607,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.860739000025205,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 63.55249800009187,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 0.49009199999272823,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 62.33197499997914,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 62.02483999996912,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 62.41467899992131,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 62.98932500008959,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 64.01693800010253,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 66.79764899995644,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 0.4218540000729263,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 71.88843400008045,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 65.53142899996601,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 65.35066600004211,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 65.35086800006684,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 66.54265800002031,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 67.34953500004485,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 0.3950029999250546,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 62.97907900006976,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 60.53949500003364,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 61.45520799991209,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 62.08588899997994,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 62.12838599993847,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 62.08179600001313,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 0.4596149999415502,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 81.3124039999675,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 65.83934499998577,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 65.46915699995589,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 65.13859800004866,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 67.1005250000162,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 67.30098499997985,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 0.402477000025101,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 61.75340799998958,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 61.13158399995882,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 61.413015999947675,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 61.69779100001324,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 61.09264799999073,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 62.56302599993069,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 0.4037290000123903,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 64.51748299994506,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 62.77918200008571,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 62.005419000051916,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 62.30504100001417,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 62.02391099999659,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 62.31197899999097,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 0.4363500000908971,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 69.28702400007751,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 65.43820199999027,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 68.7954449999379,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 65.65634899993893,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 70.53744200000074,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 71.20238799997605,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 0.4151009999914095,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 61.0937649999978,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 62.07771400001366,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 60.901597999967635,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 60.9824179999996,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 62.27397600002587,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 62.62710799998604,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 362404.74064100004,
"end": 363544.984477,
"runtime": 1140,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/in/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 0.43967700004577637,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 62.47294700006023,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 62.50417600001674,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 62.14394999993965,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 62.47758399997838,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 61.88904499995988,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 62.687650000094436,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 68.64410299994051,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 65.27724200009834,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 0.4233160000294447,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 63.662955999956466,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 63.589341999962926,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 66.12251000001561,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 62.18636000005063,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 61.56625899998471,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 62.15521099988837,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 62.166322999983095,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 62.06562800006941,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 21,
"numPendingTests": 0,
"perfStats": {
"start": 363644.099539,
"end": 364865.974629,
"runtime": 1222,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/non-strict/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 0.4053330000024289,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 60.454245000029914,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 60.42231499997433,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 58.37812400003895,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 58.3862440000521,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 59.97394100006204,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 60.117230000090785,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 0.4671589999925345,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 61.68942800001241,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 62.85746400000062,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 59.96533499995712,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 59.03506500006188,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 61.151163000031374,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 60.65656900010072,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 0.42012000002432615,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 1.7183019999647513,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 59.16732100001536,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 58.066592000075616,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 58.14112299995031,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 59.22807700000703,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 58.25265500007663,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 4\n + Received + 17\n \n @@ -12,16 +12,29 @@\n export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n export { foooooooooooooooooooooooooooooooooooooooooooooo, fooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n \n =====================================output=====================================\n export * as ns from \"mod\";\n - export v from \"mod\";\n - export a, * as b from \"mod\";\n - export c, { foo } from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n + export\n + a, * as\n + b;\n + from;\n + (\"mod\");\n + export\n + c, { foo };\n + from;\n + (\"mod\");\n export * as d from \"mod\";\n export { fooooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n - export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n + export\n + Bar;\n + from;\n + (\"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\");\n export {\n foooooooooooooooooooooooooooooooooooooooooooooo,\n fooooooooooooooooooooooooooooooooooooooooooooooo,\n } from \"fooooooooooooooooooooooooooooo\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 364964.75107399997,
"end": 365088.488865,
"runtime": 124,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/export-default-from/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"export.js"
],
"duration": 0.7474759999895468,
"failureMessages": [
"export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 4\n + Received + 17\n \n @@ -12,16 +12,29 @@\n export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n export { foooooooooooooooooooooooooooooooooooooooooooooo, fooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n \n =====================================output=====================================\n export * as ns from \"mod\";\n - export v from \"mod\";\n - export a, * as b from \"mod\";\n - export c, { foo } from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n + export\n + a, * as\n + b;\n + from;\n + (\"mod\");\n + export\n + c, { foo };\n + from;\n + (\"mod\");\n export * as d from \"mod\";\n export { fooooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n - export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n + export\n + Bar;\n + from;\n + (\"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\");\n export {\n foooooooooooooooooooooooooooooooooooooooooooooo,\n fooooooooooooooooooooooooooooooooooooooooooooooo,\n } from \"fooooooooooooooooooooooooooooo\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 1.0693120000651106,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 0.75,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 0.7191020000027493,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 60.177244999911636,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "intrinsic_call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `intrinsic_call.js format 1`\n \n - Snapshot - 4\n + Received + 16\n \n @@ -28,16 +28,28 @@\n );\n }\n \n =====================================output=====================================\n function doSmth() {\n - %DebugPrint(foo);\n + %DebugPrint\n + (\n + foo )\n }\n \n function printFunc(f) {\n - if (%IsAsmWasmCode(f)) console.log(\"asm.js\");\n - if (%IsWasmCode(f)) console.log(\"wasm\");\n + if(%\n + IsAsmWasmCode(f)) console.log(\"asm.js\");\n + if(\n \n - console.log(%GetFunctioName(f));\n + % IsWasmCode(\n + f))\n + console.log (\n + \"wasm\"\n + );\n +\n + console.log\n + (%\n + GetFunctioName(f)\n + );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 72)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 365185.286105,
"end": 365435.65764200006,
"runtime": 250,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 7,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/v8_intrinsic/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"avoid-conflicts-to-pipeline.js"
],
"duration": 0.4609769999515265,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"avoid-conflicts-to-pipeline.js"
],
"duration": 1.1975829999428242,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"avoid-conflicts-to-pipeline.js"
],
"duration": 0.7163169999839738,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"avoid-conflicts-to-pipeline.js"
],
"duration": 0.7061390000162646,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"avoid-conflicts-to-pipeline.js"
],
"duration": 61.67229900008533,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"intrinsic_call.js"
],
"duration": 0.6269790000515059,
"failureMessages": [
"intrinsic_call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `intrinsic_call.js format 1`\n \n - Snapshot - 4\n + Received + 16\n \n @@ -28,16 +28,28 @@\n );\n }\n \n =====================================output=====================================\n function doSmth() {\n - %DebugPrint(foo);\n + %DebugPrint\n + (\n + foo )\n }\n \n function printFunc(f) {\n - if (%IsAsmWasmCode(f)) console.log(\"asm.js\");\n - if (%IsWasmCode(f)) console.log(\"wasm\");\n + if(%\n + IsAsmWasmCode(f)) console.log(\"asm.js\");\n + if(\n \n - console.log(%GetFunctioName(f));\n + % IsWasmCode(\n + f))\n + console.log (\n + \"wasm\"\n + );\n +\n + console.log\n + (%\n + GetFunctioName(f)\n + );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 72)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"intrinsic_call.js"
],
"duration": 1.094639000017196,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"intrinsic_call.js"
],
"duration": 0.753978000022471,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"intrinsic_call.js"
],
"duration": 0.7631260000634938,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"intrinsic_call.js"
],
"duration": 60.26850900007412,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "throw_expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw_expression.js format 1`\n \n - Snapshot - 11\n + Received + 12\n \n @@ -20,32 +20,33 @@\n get id() { return this._id; }\n set id(value) { this._id = value || throw new Error(\"Invalid value\"); }\n }\n \n =====================================output=====================================\n - function save(filename = throw new TypeError(\"Argument required\")) {}\n + function save(filename = throw new TypeError(\"Argument required\")\n + )\n + {\n + }\n \n lint(ast, {\n - with: () => throw new Error(\"avoid using 'with' statements.\"),\n + with: () => throw new Error(\"avoid using 'with' statements.\")\n });\n \n function getEncoder(encoding) {\n - const encoder =\n - encoding === \"utf8\"\n - ? new UTF8Encoder()\n - : encoding === \"utf16le\"\n - ? new UTF16Encoder(false)\n - : encoding === \"utf16be\"\n - ? new UTF16Encoder(true)\n - : throw new Error(\"Unsupported encoding\");\n + const encoder = encoding === \"utf8\" ? new UTF8Encoder()\n + : encoding === \"utf16le\" ? new UTF16Encoder(false)\n + : encoding === \"utf16be\" ? new UTF16Encoder(true)\n + :\n + throw new Error(\"Unsupported encoding\");\n }\n \n class Product {\n get id() {\n return this._id;\n }\n set id(value) {\n - this._id = value || throw new Error(\"Invalid value\");\n + this._id = value ||\n + throw new Error(\"Invalid value\");\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 73)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 365533.457568,
"end": 365663.827706,
"runtime": 130,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/throw_expressions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"throw_expression.js"
],
"duration": 0.6658730000490323,
"failureMessages": [
"throw_expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw_expression.js format 1`\n \n - Snapshot - 11\n + Received + 12\n \n @@ -20,32 +20,33 @@\n get id() { return this._id; }\n set id(value) { this._id = value || throw new Error(\"Invalid value\"); }\n }\n \n =====================================output=====================================\n - function save(filename = throw new TypeError(\"Argument required\")) {}\n + function save(filename = throw new TypeError(\"Argument required\")\n + )\n + {\n + }\n \n lint(ast, {\n - with: () => throw new Error(\"avoid using 'with' statements.\"),\n + with: () => throw new Error(\"avoid using 'with' statements.\")\n });\n \n function getEncoder(encoding) {\n - const encoder =\n - encoding === \"utf8\"\n - ? new UTF8Encoder()\n - : encoding === \"utf16le\"\n - ? new UTF16Encoder(false)\n - : encoding === \"utf16be\"\n - ? new UTF16Encoder(true)\n - : throw new Error(\"Unsupported encoding\");\n + const encoder = encoding === \"utf8\" ? new UTF8Encoder()\n + : encoding === \"utf16le\" ? new UTF16Encoder(false)\n + : encoding === \"utf16be\" ? new UTF16Encoder(true)\n + :\n + throw new Error(\"Unsupported encoding\");\n }\n \n class Product {\n get id() {\n return this._id;\n }\n set id(value) {\n - this._id = value || throw new Error(\"Invalid value\");\n + this._id = value ||\n + throw new Error(\"Invalid value\");\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 73)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"throw_expression.js"
],
"duration": 1.0962519999593496,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"throw_expression.js"
],
"duration": 0.7386799999512732,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"throw_expression.js"
],
"duration": 0.7553509999997914,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"throw_expression.js"
],
"duration": 64.50285499996971,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "computed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `computed.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -13,15 +13,15 @@\n assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n =====================================output=====================================\n const key = \"a\";\n - assert(#{ [key]: 1 } === #{ a: 1 });\n - assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 });\n + assert(#{ [key]: 1 } === #{ a: 1 })\n + assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 })\n \n - assert(#{ [true]: 1 } === #{ true: 1 });\n - assert(#{ [true]: 1 } === #{ [\"true\"]: 1 });\n + assert(#{ [true]: 1 } === #{ true: 1 })\n + assert(#{ [true]: 1 } === #{ [\"true\"]: 1 })\n \n - assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" });\n - assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" });\n + assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n + assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndestructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 10\n \n @@ -12,15 +12,23 @@\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n \n =====================================output=====================================\n - const { a, b } = #{ a: 1, b: 2 };\n + const { a, b } = #;\n + {\n + a: 1, b;\n + : 2\n + }\n assert(a === 1);\n assert(b === 2);\n \n - const { a, ...rest } = #{ a: 1, b: 2, c: 3 };\n + const { a, ...rest } = #;\n + {\n + a: 1, b;\n + : 2, c: 3\n + }\n assert(a === 1);\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -19,17 +19,21 @@\n assert(record1?.d === undefined);\n assert(record1?.d ?? 5 === 5);\n assert(record1.d?.a === undefined);\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n assert(record1.a === 1);\n assert(record1[\"a\"] === 1);\n assert(record1 !== record2);\n assert(record2 === #{ a: 1, c: 3, b: 5 });\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshorthand.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `shorthand.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,9 +7,12 @@\n const record = #{ url }\n console.log(record.url) // https://github.com/tc39/proposal-record-tuple\n \n =====================================output=====================================\n const url = \"https://github.com/tc39/proposal-record-tuple\";\n - const record = #{ url };\n + const record = #;\n + {\n + url;\n + }\n console.log(record.url); // https://github.com/tc39/proposal-record-tuple\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nspread.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `spread.js format 1`\n \n - Snapshot - 4\n + Received + 14\n \n @@ -9,13 +9,23 @@\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n =====================================output=====================================\n - const formData = #{ title: \"Implement all the things\" };\n - const taskNow = #{ id: 42, status: \"WIP\", ...formData };\n - const taskLater = #{ ...taskNow, status: \"DONE\" };\n + const formData = #;\n + {\n + title: \"Implement all the things\";\n + }\n + const taskNow = #;\n + {\n + id: 42, status;\n + : \"WIP\", ...formData\n + }\n + const taskLater = #;\n + {\n + ...taskNow, status: \"DONE\"\n + }\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n - assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 });\n + assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsyntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 17\n \n @@ -6,10 +6,24 @@\n #{}\n #{ a: 1, b: 2 }\n #{ a: 1, b: #[2, 3, #{ c: 4 }] }\n \n =====================================output=====================================\n - #{};\n - #{ a: 1, b: 2 };\n - #{ a: 1, b: #[2, 3, #{ c: 4 }] };\n + #\n + {\n + }\n + #\n + {\n + a: 1, b;\n + : 2\n + }\n + #\n + {\n + a: 1, b;\n + : #[2, 3, #\n + {\n + c: 4;\n + }\n + ]\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 6,
"numPassingTests": 24,
"numPendingTests": 0,
"perfStats": {
"start": 365762.376493,
"end": 366530.96708100004,
"runtime": 769,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 18,
"unchecked": 0,
"unmatched": 6,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/record/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.5967919999966398,
"failureMessages": [
"computed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `computed.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -13,15 +13,15 @@\n assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n =====================================output=====================================\n const key = \"a\";\n - assert(#{ [key]: 1 } === #{ a: 1 });\n - assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 });\n + assert(#{ [key]: 1 } === #{ a: 1 })\n + assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 })\n \n - assert(#{ [true]: 1 } === #{ true: 1 });\n - assert(#{ [true]: 1 } === #{ [\"true\"]: 1 });\n + assert(#{ [true]: 1 } === #{ true: 1 })\n + assert(#{ [true]: 1 } === #{ [\"true\"]: 1 })\n \n - assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" });\n - assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" });\n + assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n + assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 1.146796999964863,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.7485480000032112,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.7310450000222772,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 63.737864000024274,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.6001689999829978,
"failureMessages": [
"destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 10\n \n @@ -12,15 +12,23 @@\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n \n =====================================output=====================================\n - const { a, b } = #{ a: 1, b: 2 };\n + const { a, b } = #;\n + {\n + a: 1, b;\n + : 2\n + }\n assert(a === 1);\n assert(b === 2);\n \n - const { a, ...rest } = #{ a: 1, b: 2, c: 3 };\n + const { a, ...rest } = #;\n + {\n + a: 1, b;\n + : 2, c: 3\n + }\n assert(a === 1);\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 1.0584419999504462,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.7292519999900833,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.710296000004746,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 62.86885099997744,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"record.js"
],
"duration": 0.6241739999968559,
"failureMessages": [
"record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -19,17 +19,21 @@\n assert(record1?.d === undefined);\n assert(record1?.d ?? 5 === 5);\n assert(record1.d?.a === undefined);\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n assert(record1.a === 1);\n assert(record1[\"a\"] === 1);\n assert(record1 !== record2);\n assert(record2 === #{ a: 1, c: 3, b: 5 });\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"record.js"
],
"duration": 1.0280939999502152,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"record.js"
],
"duration": 0.6936249999562278,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"record.js"
],
"duration": 0.7376870000734925,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"record.js"
],
"duration": 63.49541099998169,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"shorthand.js"
],
"duration": 0.5802009999752045,
"failureMessages": [
"shorthand.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `shorthand.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,9 +7,12 @@\n const record = #{ url }\n console.log(record.url) // https://github.com/tc39/proposal-record-tuple\n \n =====================================output=====================================\n const url = \"https://github.com/tc39/proposal-record-tuple\";\n - const record = #{ url };\n + const record = #;\n + {\n + url;\n + }\n console.log(record.url); // https://github.com/tc39/proposal-record-tuple\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"shorthand.js"
],
"duration": 1.076625999994576,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"shorthand.js"
],
"duration": 0.7416750000556931,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"shorthand.js"
],
"duration": 0.7454620000207797,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"shorthand.js"
],
"duration": 62.20774400001392,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 0.616018999950029,
"failureMessages": [
"spread.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `spread.js format 1`\n \n - Snapshot - 4\n + Received + 14\n \n @@ -9,13 +9,23 @@\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n =====================================output=====================================\n - const formData = #{ title: \"Implement all the things\" };\n - const taskNow = #{ id: 42, status: \"WIP\", ...formData };\n - const taskLater = #{ ...taskNow, status: \"DONE\" };\n + const formData = #;\n + {\n + title: \"Implement all the things\";\n + }\n + const taskNow = #;\n + {\n + id: 42, status;\n + : \"WIP\", ...formData\n + }\n + const taskLater = #;\n + {\n + ...taskNow, status: \"DONE\"\n + }\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n - assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 });\n + assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 1.0558960000053048,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 0.7044650000752881,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 0.7290919999359176,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 62.14571099996101,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.5945180000271648,
"failureMessages": [
"syntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 17\n \n @@ -6,10 +6,24 @@\n #{}\n #{ a: 1, b: 2 }\n #{ a: 1, b: #[2, 3, #{ c: 4 }] }\n \n =====================================output=====================================\n - #{};\n - #{ a: 1, b: 2 };\n - #{ a: 1, b: #[2, 3, #{ c: 4 }] };\n + #\n + {\n + }\n + #\n + {\n + a: 1, b;\n + : 2\n + }\n + #\n + {\n + a: 1, b;\n + : #[2, 3, #\n + {\n + c: 4;\n + }\n + ]\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.9831199999898672,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.6499029999831691,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.7172290000598878,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 61.76911300001666,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "block-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `block-comments.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -10,12 +10,12 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n bifornCringerMoshedPerplexSawder\n - |> foo1\n - |> foo2 /* comment1 */\n - |> foo3 /* comment2 */\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo1\n + |> foo2 /* comment1 */\n + |> foo3 /* comment2 */\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfsharp_style_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `fsharp_style_pipeline_operator.js format 1`\n \n - Snapshot - 21\n + Received + 44\n \n @@ -54,39 +54,62 @@\n const f = x |> (f) => f |> f;\n \n =====================================output=====================================\n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n - const user =\n - url |> api.get |> await |> (r) => r.json() |> await |> (j) => j.data.user;\n + const user = url\n + |> api.get\n + |> await\n + |> r\n + => r.json()\n + |> await\n + |> j => j.data.user\n \n - const f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const f = (x) => (x |> (y)\n + => y + 1)\n + |> (z) => z * y\n \n - const _f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const _f = (x) => x\n + |> (y)\n + => y + 1\n + |> (z) => z * y\n \n - const g = (x) => x |> (y) => (y + 1 |> (z) => z * y);\n + const g = (x) => x\n + |> (y)\n + => (y + 1 |> (z) => z * y)\n \n - const _g = (x) => x |> ((y) => (y + 1 |> (z) => z * y));\n + const _g = (x) => x\n + |> (y => (y + 1 |> (z)\n + => z * y))\n \n - const __g = (x) =>\n - x\n - |> ((y) => {\n - return y + 1 |> (z) => z * y;\n - });\n + const __g = (x) => x\n + |> (\n + y => {\n + return (y + 1 |> (z) => z * y);\n + }\n + )\n \n - const f = x + ((f) => f |> f);\n - const f = x |> (f) => f |> f;\n + const f = x + ((f) => (f |> f));\n + const f = x |> (f)\n + => f |> f\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nhack_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `hack_pipeline_operator.js format 1`\n \n - Snapshot - 30\n + Received + 36\n \n @@ -55,57 +55,63 @@\n |> (a.b?.(%))\n |> a.b?.(%);\n }\n \n =====================================output=====================================\n - a |> (await %) |> % * 3;\n + a |> await % |> % * 3;\n \n foo\n - |> (await %)\n - |> % || throw new Error(`foo ${bar1}`)\n - |> bar2(%, \", \")\n - |> bar3(%)\n - |> % + \"!\"\n - |> new Bar.Foo(%)\n - |> (await bar.bar(%))\n - |> console.log(%);\n + |> await %\n + |> % ||\n + throw new Error(`foo ${bar1}`)\n + |> bar2(%, \", \")\n + |> bar3(%)\n + |> % + \"!\"\n + |> new Bar.Foo(%)\n + |> await bar.bar(%)\n + |> console.log(%);\n \n - const result = \"hello\" |> doubleSay(%) |> capitalize(%, \"foo\") |> exclaim(%);\n + const result = \"hello\"\n + |> doubleSay(%)\n + |> capitalize(%, \"foo\")\n + |> exclaim(%);\n \n function createPerson(attrs) {\n - attrs |> foo(%) |> foo(%) |> Person.insertIntoDatabase(%);\n + attrs\n + |> foo(%)\n + |> foo(%)\n + |> Person.insertIntoDatabase(%);\n }\n \n - const result =\n - [1, 2, 3]\n - |> %.map((a) => a * 2)\n - |> %.filter((a) => a > 5)\n - |> %.reduce((sum, a) => a + sum, 0)\n - |> increment(%)\n - |> add(%, 3);\n + const result = [1,2,3]\n + |> %\n + .map(a => a * 2 )\n + |> %.filter(a => a > 5)\n + |> %.reduce((sum, a) => a+sum, 0)\n + |> increment(%)\n + |> add(%, 3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map(%, (event) => event.target.value)\n - |> filter(%, (searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(%, event => event.target.value)\n + |> filter(%, searchText => searchText.length > 2)\n |> debounce(%, 300)\n |> distinctUntilChanged(%)\n - |> switchMap(%, (searchText) => queryApi(searchText) |> retry(%, 3))\n + |> switchMap(%, searchText => queryApi(searchText) |> retry(%, 3))\n |> share(%);\n \n - v |> %.method() |> f(%);\n + v |> %\n + .method() |> f(%)\n \n async function* f() {\n - return (\n - x\n - |> (yield %)\n + return x\n + |> (yield %\n + )\n |> (await %)\n |> y(%)\n |> a.b(%)\n + |> (a.b(%))\n |> a.b(%)\n - |> a.b(%)\n + |> (a.b?.(%))\n |> a.b?.(%)\n - |> a.b?.(%)\n - );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nminimal_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `minimal_pipeline_operator.js format 1`\n \n - Snapshot - 28\n + Received + 27\n \n @@ -57,52 +57,51 @@\n a |> b |> c;\n \n a |> (b |> c);\n \n (a |> b) || c;\n - a |> b || c;\n + a |> (b || c);\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - let newScore =\n - person.score\n + let newScore = person.score\n |> double\n - |> ((_) => add(7, _))\n - |> ((_) => subtract(2, _))\n - |> ((_) => boundScore(0, 100, _));\n + |> (_ => add(7, _))\n + |> (_ => subtract(2, _))\n + |> (_ => boundScore(0, 100, _));\n \n function createPerson(attrs) {\n attrs\n - |> bounded(\"age\", 1, 100)\n - |> format(\"name\", /^[a-z]$/i)\n + |> bounded('age', 1, 100)\n + |> format('name', /^[a-z]$/i)\n |> Person.insertIntoDatabase;\n }\n \n - foo |> bar ?? baz;\n + foo |> (bar ?? baz);\n (foo |> bar) ?? baz;\n \n - const result =\n - [1, 2, 3]\n - |> map((a) => a * 2)\n - |> filter((a) => a > 5)\n - |> reduce((sum, a) => a + sum, 0)\n - |> increment\n - |> add(3);\n + const result = [1,2,3]\n + |> map(a => a * 2)\n + |> filter(a => a > 5)\n + |> reduce((sum, a) => a+sum, 0)\n + |> increment\n + |> add(3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map((event) => event.target.value)\n - |> filter((searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(event => event.target.value)\n + |> filter(searchText => searchText.length > 2)\n |> debounce(300)\n |> distinctUntilChanged()\n - |> switchMap((searchText) => queryApi(searchText) |> retry(3))\n + |> switchMap(searchText => queryApi(searchText) |> retry(3))\n |> share();\n \n - const result =\n - [5, 10]\n - |> ((_) => _.map((x) => x * 2))\n - |> ((_) => _.reduce((a, b) => a + b))\n - |> ((sum) => sum + 1);\n + const result = [5,10]\n + |> (_ => _.map(x => x * 2))\n + |> (_ => _.reduce( (a,b) => a + b ))\n + |> (sum => sum + 1)\n \n - const result2 = [4, 9].map((x) => x |> inc |> double);\n + const result2 = [4, 9].map( x => x |> inc |> double )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 16,
"numPendingTests": 0,
"perfStats": {
"start": 366625.47228100005,
"end": 367179.83874,
"runtime": 554,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/pipeline-operator/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"block-comments.js"
],
"duration": 0.582916000043042,
"failureMessages": [
"block-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `block-comments.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -10,12 +10,12 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n bifornCringerMoshedPerplexSawder\n - |> foo1\n - |> foo2 /* comment1 */\n - |> foo3 /* comment2 */\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo1\n + |> foo2 /* comment1 */\n + |> foo3 /* comment2 */\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"block-comments.js"
],
"duration": 1.0212609999580309,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"block-comments.js"
],
"duration": 0.722639000043273,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"block-comments.js"
],
"duration": 0.7091240000445396,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"block-comments.js"
],
"duration": 61.65737100003753,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"fsharp_style_pipeline_operator.js"
],
"duration": 0.8221870000706986,
"failureMessages": [
"fsharp_style_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `fsharp_style_pipeline_operator.js format 1`\n \n - Snapshot - 21\n + Received + 44\n \n @@ -54,39 +54,62 @@\n const f = x |> (f) => f |> f;\n \n =====================================output=====================================\n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n - const user =\n - url |> api.get |> await |> (r) => r.json() |> await |> (j) => j.data.user;\n + const user = url\n + |> api.get\n + |> await\n + |> r\n + => r.json()\n + |> await\n + |> j => j.data.user\n \n - const f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const f = (x) => (x |> (y)\n + => y + 1)\n + |> (z) => z * y\n \n - const _f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const _f = (x) => x\n + |> (y)\n + => y + 1\n + |> (z) => z * y\n \n - const g = (x) => x |> (y) => (y + 1 |> (z) => z * y);\n + const g = (x) => x\n + |> (y)\n + => (y + 1 |> (z) => z * y)\n \n - const _g = (x) => x |> ((y) => (y + 1 |> (z) => z * y));\n + const _g = (x) => x\n + |> (y => (y + 1 |> (z)\n + => z * y))\n \n - const __g = (x) =>\n - x\n - |> ((y) => {\n - return y + 1 |> (z) => z * y;\n - });\n + const __g = (x) => x\n + |> (\n + y => {\n + return (y + 1 |> (z) => z * y);\n + }\n + )\n \n - const f = x + ((f) => f |> f);\n - const f = x |> (f) => f |> f;\n + const f = x + ((f) => (f |> f));\n + const f = x |> (f)\n + => f |> f\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"fsharp_style_pipeline_operator.js"
],
"duration": 1.1022840000223368,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"fsharp_style_pipeline_operator.js"
],
"duration": 0.7168779999483377,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"fsharp_style_pipeline_operator.js"
],
"duration": 0.707721000071615,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"fsharp_style_pipeline_operator.js"
],
"duration": 69.77360399998724,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"hack_pipeline_operator.js"
],
"duration": 0.7429069998906925,
"failureMessages": [
"hack_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `hack_pipeline_operator.js format 1`\n \n - Snapshot - 30\n + Received + 36\n \n @@ -55,57 +55,63 @@\n |> (a.b?.(%))\n |> a.b?.(%);\n }\n \n =====================================output=====================================\n - a |> (await %) |> % * 3;\n + a |> await % |> % * 3;\n \n foo\n - |> (await %)\n - |> % || throw new Error(`foo ${bar1}`)\n - |> bar2(%, \", \")\n - |> bar3(%)\n - |> % + \"!\"\n - |> new Bar.Foo(%)\n - |> (await bar.bar(%))\n - |> console.log(%);\n + |> await %\n + |> % ||\n + throw new Error(`foo ${bar1}`)\n + |> bar2(%, \", \")\n + |> bar3(%)\n + |> % + \"!\"\n + |> new Bar.Foo(%)\n + |> await bar.bar(%)\n + |> console.log(%);\n \n - const result = \"hello\" |> doubleSay(%) |> capitalize(%, \"foo\") |> exclaim(%);\n + const result = \"hello\"\n + |> doubleSay(%)\n + |> capitalize(%, \"foo\")\n + |> exclaim(%);\n \n function createPerson(attrs) {\n - attrs |> foo(%) |> foo(%) |> Person.insertIntoDatabase(%);\n + attrs\n + |> foo(%)\n + |> foo(%)\n + |> Person.insertIntoDatabase(%);\n }\n \n - const result =\n - [1, 2, 3]\n - |> %.map((a) => a * 2)\n - |> %.filter((a) => a > 5)\n - |> %.reduce((sum, a) => a + sum, 0)\n - |> increment(%)\n - |> add(%, 3);\n + const result = [1,2,3]\n + |> %\n + .map(a => a * 2 )\n + |> %.filter(a => a > 5)\n + |> %.reduce((sum, a) => a+sum, 0)\n + |> increment(%)\n + |> add(%, 3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map(%, (event) => event.target.value)\n - |> filter(%, (searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(%, event => event.target.value)\n + |> filter(%, searchText => searchText.length > 2)\n |> debounce(%, 300)\n |> distinctUntilChanged(%)\n - |> switchMap(%, (searchText) => queryApi(searchText) |> retry(%, 3))\n + |> switchMap(%, searchText => queryApi(searchText) |> retry(%, 3))\n |> share(%);\n \n - v |> %.method() |> f(%);\n + v |> %\n + .method() |> f(%)\n \n async function* f() {\n - return (\n - x\n - |> (yield %)\n + return x\n + |> (yield %\n + )\n |> (await %)\n |> y(%)\n |> a.b(%)\n + |> (a.b(%))\n |> a.b(%)\n - |> a.b(%)\n + |> (a.b?.(%))\n |> a.b?.(%)\n - |> a.b?.(%)\n - );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"hack_pipeline_operator.js"
],
"duration": 1.0195179999573156,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"hack_pipeline_operator.js"
],
"duration": 0.7162869999883696,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"hack_pipeline_operator.js"
],
"duration": 0.732899000053294,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"hack_pipeline_operator.js"
],
"duration": 69.68950199999381,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"minimal_pipeline_operator.js"
],
"duration": 0.7516239999094978,
"failureMessages": [
"minimal_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `minimal_pipeline_operator.js format 1`\n \n - Snapshot - 28\n + Received + 27\n \n @@ -57,52 +57,51 @@\n a |> b |> c;\n \n a |> (b |> c);\n \n (a |> b) || c;\n - a |> b || c;\n + a |> (b || c);\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - let newScore =\n - person.score\n + let newScore = person.score\n |> double\n - |> ((_) => add(7, _))\n - |> ((_) => subtract(2, _))\n - |> ((_) => boundScore(0, 100, _));\n + |> (_ => add(7, _))\n + |> (_ => subtract(2, _))\n + |> (_ => boundScore(0, 100, _));\n \n function createPerson(attrs) {\n attrs\n - |> bounded(\"age\", 1, 100)\n - |> format(\"name\", /^[a-z]$/i)\n + |> bounded('age', 1, 100)\n + |> format('name', /^[a-z]$/i)\n |> Person.insertIntoDatabase;\n }\n \n - foo |> bar ?? baz;\n + foo |> (bar ?? baz);\n (foo |> bar) ?? baz;\n \n - const result =\n - [1, 2, 3]\n - |> map((a) => a * 2)\n - |> filter((a) => a > 5)\n - |> reduce((sum, a) => a + sum, 0)\n - |> increment\n - |> add(3);\n + const result = [1,2,3]\n + |> map(a => a * 2)\n + |> filter(a => a > 5)\n + |> reduce((sum, a) => a+sum, 0)\n + |> increment\n + |> add(3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map((event) => event.target.value)\n - |> filter((searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(event => event.target.value)\n + |> filter(searchText => searchText.length > 2)\n |> debounce(300)\n |> distinctUntilChanged()\n - |> switchMap((searchText) => queryApi(searchText) |> retry(3))\n + |> switchMap(searchText => queryApi(searchText) |> retry(3))\n |> share();\n \n - const result =\n - [5, 10]\n - |> ((_) => _.map((x) => x * 2))\n - |> ((_) => _.reduce((a, b) => a + b))\n - |> ((sum) => sum + 1);\n + const result = [5,10]\n + |> (_ => _.map(x => x * 2))\n + |> (_ => _.reduce( (a,b) => a + b ))\n + |> (sum => sum + 1)\n \n - const result2 = [4, 9].map((x) => x |> inc |> double);\n + const result2 = [4, 9].map( x => x |> inc |> double )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"minimal_pipeline_operator.js"
],
"duration": 1.0116629999829456,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"minimal_pipeline_operator.js"
],
"duration": 0.6974819999886677,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"minimal_pipeline_operator.js"
],
"duration": 0.6784360000165179,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"minimal_pipeline_operator.js"
],
"duration": 73.05352099996526,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -20,8 +20,10 @@\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n // with pipeline\n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 76)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 367279.99839699996,
"end": 367410.34223999997,
"runtime": 130,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/partial-application/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"test.js"
],
"duration": 0.6750000000465661,
"failureMessages": [
"test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -20,8 +20,10 @@\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n // with pipeline\n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 76)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 1.1282319999299943,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.7496899999678135,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.8723609999287874,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 62.923789999913424,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "call-arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `call-arguments.js format 1`\n \n - Snapshot - 15\n + Received + 27\n \n @@ -45,39 +45,51 @@\n }\n ).toThrow(ReferenceError);\n \n =====================================output=====================================\n // from https://github.com/babel/babel/pull/13122/\n - expect(do {\n - var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n bar;\n };\n \n - expect(do {\n - var bar = \"foo\";\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n bar;\n };\n \n expect(\n () => do {\n () => {\n var bar = \"foo\";\n };\n - bar;\n - },\n - ).toThrow(ReferenceError);\n + bar;\n + }\n + ).toThrow(ReferenceError)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndo.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do.js format 1`\n \n - Snapshot - 34\n + Received + 42\n \n @@ -72,75 +72,83 @@\n }\n };\n \n =====================================output=====================================\n const envSpecific = {\n - domain: do {\n - if (env === \"production\") \"https://abc.mno.com/\";\n - else if (env === \"development\") \"http://localhost:4000\";\n - },\n - };\n + domain:\n + do {\n + if(env === 'production') 'https://abc.mno.com/';\n + else\n + if (env === \"development\") \"http://localhost:4000\";\n + }\n + }\n \n - let x = do {\n + let x =\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n - let y = do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let y =\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n function foo() {\n return (\n <nav>\n <Home />\n - {do {\n - if (loggedIn) {\n - <LogoutButton />;\n - } else {\n - <LoginButton />;\n + {\n + do {\n + if (loggedIn) {\n + <LogoutButton />\n + } else {\n + <LoginButton />\n + }\n }\n - }}\n + }\n </nav>\n );\n }\n \n - (do {});\n - (do {}) + 1;\n - 1 + do {};\n - () => do {};\n + (\n + do {});\n + (\n + do {} + 1);\n + (1 +\n + do {});\n + () =>\n + do {};\n \n - (do {\n - switch (0) {\n - case 0:\n - \"foo\";\n - case 1:\n - break;\n + (\n + do {\n + switch(0) {\n + case 0: \"foo\";\n + case 1: break;\n }\n });\n \n - () => do {\n + () =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - () => () => do {\n + () => ( ) =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - (a) => (b) => (c) => do {\n + a =>b=> c =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 367510.174953,
"end": 367781.48501400003,
"runtime": 271,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/do/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"call-arguments.js"
],
"duration": 0.6841260000364855,
"failureMessages": [
"call-arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `call-arguments.js format 1`\n \n - Snapshot - 15\n + Received + 27\n \n @@ -45,39 +45,51 @@\n }\n ).toThrow(ReferenceError);\n \n =====================================output=====================================\n // from https://github.com/babel/babel/pull/13122/\n - expect(do {\n - var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n bar;\n };\n \n - expect(do {\n - var bar = \"foo\";\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n bar;\n };\n \n expect(\n () => do {\n () => {\n var bar = \"foo\";\n };\n - bar;\n - },\n - ).toThrow(ReferenceError);\n + bar;\n + }\n + ).toThrow(ReferenceError)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"call-arguments.js"
],
"duration": 1.113463000045158,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call-arguments.js"
],
"duration": 0.7526150000048801,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call-arguments.js"
],
"duration": 0.7140429998980835,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call-arguments.js"
],
"duration": 66.01093400001992,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"do.js"
],
"duration": 0.9689220000291243,
"failureMessages": [
"do.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do.js format 1`\n \n - Snapshot - 34\n + Received + 42\n \n @@ -72,75 +72,83 @@\n }\n };\n \n =====================================output=====================================\n const envSpecific = {\n - domain: do {\n - if (env === \"production\") \"https://abc.mno.com/\";\n - else if (env === \"development\") \"http://localhost:4000\";\n - },\n - };\n + domain:\n + do {\n + if(env === 'production') 'https://abc.mno.com/';\n + else\n + if (env === \"development\") \"http://localhost:4000\";\n + }\n + }\n \n - let x = do {\n + let x =\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n - let y = do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let y =\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n function foo() {\n return (\n <nav>\n <Home />\n - {do {\n - if (loggedIn) {\n - <LogoutButton />;\n - } else {\n - <LoginButton />;\n + {\n + do {\n + if (loggedIn) {\n + <LogoutButton />\n + } else {\n + <LoginButton />\n + }\n }\n - }}\n + }\n </nav>\n );\n }\n \n - (do {});\n - (do {}) + 1;\n - 1 + do {};\n - () => do {};\n + (\n + do {});\n + (\n + do {} + 1);\n + (1 +\n + do {});\n + () =>\n + do {};\n \n - (do {\n - switch (0) {\n - case 0:\n - \"foo\";\n - case 1:\n - break;\n + (\n + do {\n + switch(0) {\n + case 0: \"foo\";\n + case 1: break;\n }\n });\n \n - () => do {\n + () =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - () => () => do {\n + () => ( ) =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - (a) => (b) => (c) => do {\n + a =>b=> c =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"do.js"
],
"duration": 1.469563000020571,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"do.js"
],
"duration": 0.7633149999892339,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"do.js"
],
"duration": 0.7231799999717623,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"do.js"
],
"duration": 66.68446000001859,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "pipeline_own_line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline_own_line.js format 1`\n \n - Snapshot - 19\n + Received + 19\n \n @@ -42,44 +42,44 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n function pipeline() {\n - 0 |>\n - // Comment\n - x;\n + 0\n + \t// Comment\n + \t|> x\n }\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie,\n - averredBathersBoxroomBuggyNurl,\n + averredBathersBoxroomBuggyNurl\n ) // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n - glimseGlyphsHazardNoopsTieTie,\n + glimseGlyphsHazardNoopsTieTie\n )\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ] // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ]\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 78)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 367884.936624,
"end": 368020.21049500006,
"runtime": 135,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments-pipeline-own-line/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"pipeline_own_line.js"
],
"duration": 0.7876900000264868,
"failureMessages": [
"pipeline_own_line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline_own_line.js format 1`\n \n - Snapshot - 19\n + Received + 19\n \n @@ -42,44 +42,44 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n function pipeline() {\n - 0 |>\n - // Comment\n - x;\n + 0\n + \t// Comment\n + \t|> x\n }\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie,\n - averredBathersBoxroomBuggyNurl,\n + averredBathersBoxroomBuggyNurl\n ) // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n - glimseGlyphsHazardNoopsTieTie,\n + glimseGlyphsHazardNoopsTieTie\n )\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ] // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ]\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 78)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"pipeline_own_line.js"
],
"duration": 1.1876219999976456,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipeline_own_line.js"
],
"duration": 0.7772310000145808,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipeline_own_line.js"
],
"duration": 0.7358539999695495,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipeline_own_line.js"
],
"duration": 65.11435300006997,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 18\n + Received + 19\n \n @@ -29,37 +29,38 @@\n let tmp = f();\n tmp * tmp + 1\n };\n \n =====================================output=====================================\n - (async do {\n + async;\n + do {\n 1;\n - });\n + };\n \n - (async do {});\n + (async\n + do {});\n \n - let x = async do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let x = async;\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n - (async do {\n - await 42;\n - });\n + async;\n + do {\n + await 42\n + }\n \n function iter() {\n return async do {\n return 1;\n - };\n - }\n + }\n + };\n \n - let x = async do {\n + let x = async;\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 79)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 368127.82590800006,
"end": 368277.419254,
"runtime": 150,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/async-do-expressions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 0.7165370000293478,
"failureMessages": [
"async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 18\n + Received + 19\n \n @@ -29,37 +29,38 @@\n let tmp = f();\n tmp * tmp + 1\n };\n \n =====================================output=====================================\n - (async do {\n + async;\n + do {\n 1;\n - });\n + };\n \n - (async do {});\n + (async\n + do {});\n \n - let x = async do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let x = async;\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n - (async do {\n - await 42;\n - });\n + async;\n + do {\n + await 42\n + }\n \n function iter() {\n return async do {\n return 1;\n - };\n - }\n + }\n + };\n \n - let x = async do {\n + let x = async;\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 79)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 1.0927539999829605,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 0.6791070000035688,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 0.7847749999491498,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 59.865460000000894,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "arrows-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrows-bind.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -6,10 +6,13 @@\n a => ({}::b()``[''].c++ && 0 ? 0 : 0);\n (a => b)::c;\n a::(b => c);\n \n =====================================output=====================================\n - (a) => ({})::b()``[\"\"].c++ && 0 ? 0 : 0;\n - ((a) => b)::c;\n - a::((b) => c);\n + a => ({}\n + ::b()``[''].c++ && 0 ? 0 : 0)\n + (a) => b;\n + ::c\n + a:\n + :(b => c)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 80)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 368375.69307800004,
"end": 368501.957869,
"runtime": 126,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows-bind/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrows-bind.js"
],
"duration": 0.5959400000283495,
"failureMessages": [
"arrows-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrows-bind.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -6,10 +6,13 @@\n a => ({}::b()``[''].c++ && 0 ? 0 : 0);\n (a => b)::c;\n a::(b => c);\n \n =====================================output=====================================\n - (a) => ({})::b()``[\"\"].c++ && 0 ? 0 : 0;\n - ((a) => b)::c;\n - a::((b) => c);\n + a => ({}\n + ::b()``[''].c++ && 0 ? 0 : 0)\n + (a) => b;\n + ::c\n + a:\n + :(b => c)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 80)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arrows-bind.js"
],
"duration": 1.1044870000332594,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrows-bind.js"
],
"duration": 0.7297529999632388,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrows-bind.js"
],
"duration": 0.7936720000579953,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrows-bind.js"
],
"duration": 62.32986499997787,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 7,
"numPendingTests": 0,
"perfStats": {
"start": 368599.73342600005,
"end": 368967.479662,
"runtime": 368,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/numeric-separators/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"number.js"
],
"duration": 0.4009640000294894,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 1.3018070000689477,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.2557290000841,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.23502699995879,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 62.94745899992995,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.61633300001267,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.86444099992514,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 369066.06092400005,
"end": 369620.37213800004,
"runtime": 554,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/rest/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.420570999966003,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 62.54976199998055,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 63.640305000008084,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 61.38136100000702,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 59.58828799996991,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.384182000067085,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 62.034339000005275,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 61.68619200005196,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 60.946675000013784,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "cursor-without-pragma.js - {\"requirePragma\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-without-pragma.js - {\"requirePragma\":true} format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -6,8 +6,10 @@\n | printWidth\n =====================================input======================================\n (function() {return <|> 15})()\n \n =====================================output=====================================\n - (function() {return <|> 15})()\n + (function () {\n + return 15;<|>\n + })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 83)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 369720.46365,
"end": 370262.82402999996,
"runtime": 542,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/cursor/require-pragma/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 0.7310140000190586,
"failureMessages": [
"cursor-without-pragma.js - {\"requirePragma\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-without-pragma.js - {\"requirePragma\":true} format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -6,8 +6,10 @@\n | printWidth\n =====================================input======================================\n (function() {return <|> 15})()\n \n =====================================output=====================================\n - (function() {return <|> 15})()\n + (function () {\n + return 15;<|>\n + })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 83)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 59.42874100001063,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 58.83536899997853,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 58.96397599996999,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 60.215897999936715,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 61.21551300003193,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 60.787378999986686,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 60.17148199991789,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 59.20838799991179,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "classes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js format 1`\n \n - Snapshot - 8\n + Received + 12\n \n @@ -28,17 +28,21 @@\n \n @deco\n export default class Baz {}\n \n const foo =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n const bar =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 84)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmember-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `member-expression.js format 1`\n \n - Snapshot - 10\n + Received + 14\n \n @@ -67,19 +67,19 @@\n class {\n @(decorators?.[0])\n method() {}\n },\n class {\n - @decorators.at(0)\n + @(decorators.at(0))\n method() {}\n },\n class {\n @(decorators?.at(0))\n method() {}\n },\n class {\n - @decorators.first\n + @(decorators.first)\n method() {}\n },\n class {\n @(decorators?.first)\n method() {}\n @@ -92,18 +92,22 @@\n @decorators [first];\n method() {}\n },\n class {\n @(decorators[\"first\"])\n - method() {}\n - },\n - @(decorators[first])\n - class {\n - method() {}\n - },\n - @(decorators[0])\n - class {\n method() {}\n },\n + (\n + @(decorators[first])\n + class {\n + method() {}\n + }\n + ),\n + (\n + @(decorators[0])\n + class {\n + method() {}\n + }\n + ),\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 84)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 47,
"numPendingTests": 0,
"perfStats": {
"start": 370364.883372,
"end": 372173.01850299997,
"runtime": 1808,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 28,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"classes.js"
],
"duration": 0.6434600000502542,
"failureMessages": [
"classes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js format 1`\n \n - Snapshot - 8\n + Received + 12\n \n @@ -28,17 +28,21 @@\n \n @deco\n export default class Baz {}\n \n const foo =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n const bar =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 84)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 0.9266520000528544,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 0.6475570000475273,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 61.18801600008737,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 60.99874000006821,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.4887590000871569,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.1650699999881908,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.8061160000506788,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.448132000048645,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 62.74001800001133,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 0.6916109999874607,
"failureMessages": [
"member-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `member-expression.js format 1`\n \n - Snapshot - 10\n + Received + 14\n \n @@ -67,19 +67,19 @@\n class {\n @(decorators?.[0])\n method() {}\n },\n class {\n - @decorators.at(0)\n + @(decorators.at(0))\n method() {}\n },\n class {\n @(decorators?.at(0))\n method() {}\n },\n class {\n - @decorators.first\n + @(decorators.first)\n method() {}\n },\n class {\n @(decorators?.first)\n method() {}\n @@ -92,18 +92,22 @@\n @decorators [first];\n method() {}\n },\n class {\n @(decorators[\"first\"])\n - method() {}\n - },\n - @(decorators[first])\n - class {\n - method() {}\n - },\n - @(decorators[0])\n - class {\n method() {}\n },\n + (\n + @(decorators[first])\n + class {\n + method() {}\n + }\n + ),\n + (\n + @(decorators[0])\n + class {\n + method() {}\n + }\n + ),\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 84)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 1.0390929999994114,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 0.7517129998886958,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 63.13892699999269,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"methods.js"
],
"duration": 0.39308899990282953,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"methods.js"
],
"duration": 1.0312179999891669,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"methods.js"
],
"duration": 0.7023510000435635,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"methods.js"
],
"duration": 60.72600400005467,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"methods.js"
],
"duration": 61.679492999915965,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"mixed.js"
],
"duration": 0.3982189999660477,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"mixed.js"
],
"duration": 0.9530720000620931,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"mixed.js"
],
"duration": 0.6623549999203533,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"mixed.js"
],
"duration": 60.28803799999878,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"mixed.js"
],
"duration": 61.19141099997796,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"mobx.js"
],
"duration": 0.4078969999682158,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"mobx.js"
],
"duration": 1.0825750000076368,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"mobx.js"
],
"duration": 0.7007480000611395,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"mobx.js"
],
"duration": 63.39973900001496,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"mobx.js"
],
"duration": 63.33180599997286,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiline.js"
],
"duration": 0.40010299999266863,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiline.js"
],
"duration": 1.0342040000250563,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiline.js"
],
"duration": 0.7422449999721721,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiline.js"
],
"duration": 60.44082299992442,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiline.js"
],
"duration": 61.29023799998686,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 0.4755240000085905,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 1.1878530000103638,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 0.7301320000551641,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 60.81445800000802,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 62.10816100006923,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 0.39725699997507036,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 1.015408999985084,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 0.7280989999417216,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 59.89040099992417,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 60.14228000002913,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"redux.js"
],
"duration": 0.3937509999377653,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"redux.js"
],
"duration": 0.933284999919124,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"redux.js"
],
"duration": 0.64709700003732,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"redux.js"
],
"duration": 61.13777799997479,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"redux.js"
],
"duration": 60.93101099994965,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 372272.745178,
"end": 373412.792798,
"runtime": 1140,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/method-chain/print-width-120/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 0.5195270000258461,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 63.417058999999426,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 64.80291999992914,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 63.51864799996838,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 61.81272699998226,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 64.4690689999843,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 62.57294600002933,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 62.163353999960236,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 62.67690299998503,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 0.429136999999173,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 63.90752899996005,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 63.063425999949686,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 64.86764699988998,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 65.21831800008658,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 62.49498399998993,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 62.36921000003349,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 64.14760999998543,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 62.63129399996251,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 5,
"numPendingTests": 0,
"perfStats": {
"start": 373509.51554600004,
"end": 373696.132623,
"runtime": 187,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/private-in/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"private-in.js"
],
"duration": 0.41861599998082966,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private-in.js"
],
"duration": 1.0216500000096858,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private-in.js"
],
"duration": 0.6787470000563189,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private-in.js"
],
"duration": 61.00609399995301,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private-in.js"
],
"duration": 62.05433800001629,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 5,
"numPendingTests": 0,
"perfStats": {
"start": 373793.67620399996,
"end": 373979.966101,
"runtime": 186,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/invalid-code/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"duplicate_bindings.js"
],
"duration": 0.3914450000738725,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"duplicate_bindings.js"
],
"duration": 1.0900590000674129,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"duplicate_bindings.js"
],
"duration": 0.7081320000579581,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"duplicate_bindings.js"
],
"duration": 60.50556700001471,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"duplicate_bindings.js"
],
"duration": 63.2248879999388,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 374118.003861,
"end": 374652.06060599996,
"runtime": 534,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-colon-bug/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 0.4866750000510365,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 58.759928000043146,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 59.11685099999886,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 58.82232200005092,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 59.29425500007346,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 60.1071360000642,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 58.658731999923475,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 60.039817000040784,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 59.54436900001019,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 10,
"numPendingTests": 0,
"perfStats": {
"start": 374751.178698,
"end": 375233.690948,
"runtime": 483,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/module-string-names/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"module-string-names-export.js"
],
"duration": 0.4403680000687018,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"module-string-names-export.js"
],
"duration": 59.12419600004796,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-string-names-export.js"
],
"duration": 59.58473300002515,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-string-names-export.js"
],
"duration": 1.295665999990888,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-string-names-export.js"
],
"duration": 59.79420400003437,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-string-names-import.js"
],
"duration": 0.4116740000899881,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"module-string-names-import.js"
],
"duration": 59.80928299995139,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-string-names-import.js"
],
"duration": 59.16607200005092,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-string-names-import.js"
],
"duration": 1.0561660000821576,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-string-names-import.js"
],
"duration": 62.734204999986105,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 5,
"numPendingTests": 0,
"perfStats": {
"start": 375333.952399,
"end": 375637.275099,
"runtime": 303,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/reserved-word/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"interfaces.js"
],
"duration": 0.45723100006580353,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"interfaces.js"
],
"duration": 59.9377810000442,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"interfaces.js"
],
"duration": 60.19144399999641,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"interfaces.js"
],
"duration": 61.40494600008242,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"interfaces.js"
],
"duration": 61.359412000048906,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "object-property.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-property.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n [this.resource = resource]: 1,\n }\n \n =====================================output=====================================\n a = {\n - [(this.resource = resource)]: 1,\n + [this.resource = resource]: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 91)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 17,
"numPendingTests": 0,
"perfStats": {
"start": 375735.571269,
"end": 376872.577107,
"runtime": 1137,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/objects/assignment-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"object-property.js"
],
"duration": 0.6532290000468493,
"failureMessages": [
"object-property.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-property.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n [this.resource = resource]: 1,\n }\n \n =====================================output=====================================\n a = {\n - [(this.resource = resource)]: 1,\n + [this.resource = resource]: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 91)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 66.01904599997215,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 66.22677900001872,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 64.8594049999956,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 67.76212099997792,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 64.91322699992452,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 63.28118499997072,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 60.36280300002545,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 61.3884670000989,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 0.45906300004571676,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 62.16800800000783,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 63.407537999912165,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 62.679472999996506,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 61.03536800004076,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 60.727071000030264,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 62.500385999912396,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 61.16388300003018,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 62.59451299998909,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -20,16 +20,16 @@\n =====================================output=====================================\n for ((let) of foo);\n for (foo of let);\n for (foo of let.a);\n for (foo of let[a]);\n - for ((let).a of foo);\n - for ((let)[a] of foo);\n + for (let.a of foo);\n + for (let[a] of foo);\n for ((let)().a of foo);\n for (letFoo of foo);\n \n for (let.a in foo);\n - for ((let)[a] in foo);\n + for (let[a] in foo);\n \n for (let of of let);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 17,
"numPendingTests": 0,
"perfStats": {
"start": 376973.211985,
"end": 378112.890479,
"runtime": 1140,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/identifier/for-of/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"await.js"
],
"duration": 0.38799000007566065,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 63.43099199992139,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 61.546762000070885,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 61.751443000044674,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 61.24090800003614,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 60.89536500000395,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 61.93547599995509,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 61.41548399999738,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 62.39959899999667,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 0.6033650001045316,
"failureMessages": [
"let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -20,16 +20,16 @@\n =====================================output=====================================\n for ((let) of foo);\n for (foo of let);\n for (foo of let.a);\n for (foo of let[a]);\n - for ((let).a of foo);\n - for ((let)[a] of foo);\n + for (let.a of foo);\n + for (let[a] of foo);\n for ((let)().a of foo);\n for (letFoo of foo);\n \n for (let.a in foo);\n - for ((let)[a] in foo);\n + for (let[a] in foo);\n \n for (let of of let);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 65.73928300000262,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 62.70980700000655,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 64.11770699999761,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 61.717204999993555,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 70.99981199996546,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 66.55561999999918,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 63.912665999960154,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 62.98766300000716,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "between-parentheses-and-function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `between-parentheses-and-function-body.js format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -43,17 +43,17 @@\n function function_declaration() {\n // this is a function\n return 42;\n }\n \n - (function named() {\n - // this is a function\n + (function named() // this is a function\n + {\n return 42;\n })();\n \n - (function () {\n - // this is a function\n + (function () // this is a function\n + {\n return 42;\n })();\n \n /* anonymous declaration */\n export default function () {\n @@ -64,11 +64,10 @@\n a = {\n foo() {\n // this is a function\n },\n \n - bar: function () {\n - // this is a function\n - },\n + bar: function () // this is a function\n + {},\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 93)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 378210.27111000003,
"end": 378783.816999,
"runtime": 574,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/function/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 0.7244230000069365,
"failureMessages": [
"between-parentheses-and-function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `between-parentheses-and-function-body.js format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -43,17 +43,17 @@\n function function_declaration() {\n // this is a function\n return 42;\n }\n \n - (function named() {\n - // this is a function\n + (function named() // this is a function\n + {\n return 42;\n })();\n \n - (function () {\n - // this is a function\n + (function () // this is a function\n + {\n return 42;\n })();\n \n /* anonymous declaration */\n export default function () {\n @@ -64,11 +64,10 @@\n a = {\n foo() {\n // this is a function\n },\n \n - bar: function () {\n - // this is a function\n - },\n + bar: function () // this is a function\n + {},\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 93)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 67.5682220000308,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 64.87075999996159,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 62.839990000007674,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 62.128904000041075,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 62.65356200002134,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 62.44263800000772,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 62.71782699995674,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 63.406523999990895,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 378883.411184,
"end": 379444.978834,
"runtime": 562,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/flow-types/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"inline.js"
],
"duration": 0.4084880000445992,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 62.105943999951705,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 62.576579999993555,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 62.197592000011355,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 62.5324729999993,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 61.80282400001306,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 62.20542499993462,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 62.94849600002635,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 62.159510000026785,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 379544.70819,
"end": 380116.76944899996,
"runtime": 572,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/no-argument/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 0.41289600008167326,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 63.83693300001323,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 64.60169999999925,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 63.100915999966674,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 62.4719960000366,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 63.792934000026435,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 62.68732199992519,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 62.35418499994557,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 64.55467999994289,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "expression-2nd-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression-2nd-arg.js format 1`\n \n - Snapshot - 14\n + Received + 8\n \n @@ -27,22 +27,16 @@\n =====================================output=====================================\n call(function () {\n return 1;\n }, 200_000_000_000n * askTrovenaBeenaDependsRowans);\n \n - call(\n - function () {\n - return 1;\n - },\n - (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n - glimseGlyphsHazardNoopsTieTie,\n - );\n + call(function () {\n + return 1;\n + }, (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n + glimseGlyphsHazardNoopsTieTie);\n \n - call(\n - function () {\n - return 1;\n - },\n - (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n - 200_000_000_000n),\n - );\n + call(function () {\n + return 1;\n + }, (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n + 200_000_000_000n));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-12892.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-12892.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -11,18 +11,15 @@\n veryLongParameterName3,\n veryLongParameterName4,\n ));\n \n =====================================output=====================================\n - setTimeout(\n - () => {\n - console.log(\"test\");\n - },\n - someFunctionCall(\n - veryLongParameterName1,\n - veryLongParameterName2,\n - veryLongParameterName3,\n - veryLongParameterName4,\n - ),\n - );\n + setTimeout(() => {\n + console.log(\"test\");\n + }, someFunctionCall(\n + veryLongParameterName1,\n + veryLongParameterName2,\n + veryLongParameterName3,\n + veryLongParameterName4,\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-2456.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-2456.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -7,18 +7,15 @@\n err.message.includes('\"1\"') && err.message.includes(\"Model\") &&\n err.message.includes(\"/id\") && err.message.includes(\"identifier(number)\")\n )\n \n =====================================output=====================================\n - f(\n - (x) => {\n - y;\n - },\n - err.message.includes(\"asd\") &&\n - err.message.includes(\"id\") &&\n - err.message.includes('\"1\"') &&\n - err.message.includes(\"Model\") &&\n - err.message.includes(\"/id\") &&\n - err.message.includes(\"identifier(number)\"),\n - );\n + f((x) => {\n + y;\n + }, err.message.includes(\"asd\") &&\n + err.message.includes(\"id\") &&\n + err.message.includes('\"1\"') &&\n + err.message.includes(\"Model\") &&\n + err.message.includes(\"/id\") &&\n + err.message.includes(\"identifier(number)\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-4401.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-4401.js format 1`\n \n - Snapshot - 6\n + Received + 3\n \n @@ -10,14 +10,11 @@\n );\n }\n \n =====================================output=====================================\n export function test() {\n - setTimeout(\n - () => {\n - console.warn({}, \"Lambda approaching timeout.\");\n - },\n - Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0),\n - );\n + setTimeout(() => {\n + console.warn({}, \"Lambda approaching timeout.\");\n + }, Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0));\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-5172.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5172.js format 1`\n \n - Snapshot - 21\n + Received + 15\n \n @@ -13,30 +13,24 @@\n call(function () {\n return 1;\n }, $var || ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n =====================================output=====================================\n - call(\n - function () {\n - return 1;\n - },\n + call(function () {\n + return 1;\n + }, $var ??\n $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - \"test\",\n - );\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + \"test\");\n \n - call(\n - function () {\n - return 1;\n - },\n - $var ||\n - ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"),\n - );\n + call(function () {\n + return 1;\n + }, $var ||\n + ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 5,
"numPassingTests": 76,
"numPendingTests": 0,
"perfStats": {
"start": 380227.844674,
"end": 385229.727807,
"runtime": 5002,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 5,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/first-argument-expansion/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 0.6810710000572726,
"failureMessages": [
"expression-2nd-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression-2nd-arg.js format 1`\n \n - Snapshot - 14\n + Received + 8\n \n @@ -27,22 +27,16 @@\n =====================================output=====================================\n call(function () {\n return 1;\n }, 200_000_000_000n * askTrovenaBeenaDependsRowans);\n \n - call(\n - function () {\n - return 1;\n - },\n - (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n - glimseGlyphsHazardNoopsTieTie,\n - );\n + call(function () {\n + return 1;\n + }, (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n + glimseGlyphsHazardNoopsTieTie);\n \n - call(\n - function () {\n - return 1;\n - },\n - (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n - 200_000_000_000n),\n - );\n + call(function () {\n + return 1;\n + }, (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n + 200_000_000_000n));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 61.293749000062235,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 60.8743770000292,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 60.161881000036374,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 64.61577999999281,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 60.05654500005767,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 61.39921200007666,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 61.04566399997566,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 59.67799200001173,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 0.7364259999012575,
"failureMessages": [
"issue-12892.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-12892.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -11,18 +11,15 @@\n veryLongParameterName3,\n veryLongParameterName4,\n ));\n \n =====================================output=====================================\n - setTimeout(\n - () => {\n - console.log(\"test\");\n - },\n - someFunctionCall(\n - veryLongParameterName1,\n - veryLongParameterName2,\n - veryLongParameterName3,\n - veryLongParameterName4,\n - ),\n - );\n + setTimeout(() => {\n + console.log(\"test\");\n + }, someFunctionCall(\n + veryLongParameterName1,\n + veryLongParameterName2,\n + veryLongParameterName3,\n + veryLongParameterName4,\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 60.046393000055104,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 60.198632000014186,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 58.96439700003248,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 58.270390000077896,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 60.548823999939486,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 58.91290500003379,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 58.67394200002309,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 58.22970000002533,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 0.3941219999687746,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 59.135120999999344,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 60.022265000035986,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 58.982137000071816,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 60.39260200003628,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 60.04928799998015,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 58.50757400004659,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 60.34550500009209,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 59.130265999934636,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 0.386657000053674,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 59.782660000026226,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 59.514053999911994,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 59.113274000003,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 59.76556299999356,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 58.44883100001607,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 58.636532999924384,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 57.96202800003812,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 58.766222000005655,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 0.6016309999395162,
"failureMessages": [
"issue-2456.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-2456.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -7,18 +7,15 @@\n err.message.includes('\"1\"') && err.message.includes(\"Model\") &&\n err.message.includes(\"/id\") && err.message.includes(\"identifier(number)\")\n )\n \n =====================================output=====================================\n - f(\n - (x) => {\n - y;\n - },\n - err.message.includes(\"asd\") &&\n - err.message.includes(\"id\") &&\n - err.message.includes('\"1\"') &&\n - err.message.includes(\"Model\") &&\n - err.message.includes(\"/id\") &&\n - err.message.includes(\"identifier(number)\"),\n - );\n + f((x) => {\n + y;\n + }, err.message.includes(\"asd\") &&\n + err.message.includes(\"id\") &&\n + err.message.includes('\"1\"') &&\n + err.message.includes(\"Model\") &&\n + err.message.includes(\"/id\") &&\n + err.message.includes(\"identifier(number)\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 60.61075200000778,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 59.991219000075944,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 63.68936900002882,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 65.6158010000363,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 60.19613499997649,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 59.47845799999777,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 59.911054999916814,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 60.07430999993812,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 0.6822130000218749,
"failureMessages": [
"issue-4401.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-4401.js format 1`\n \n - Snapshot - 6\n + Received + 3\n \n @@ -10,14 +10,11 @@\n );\n }\n \n =====================================output=====================================\n export function test() {\n - setTimeout(\n - () => {\n - console.warn({}, \"Lambda approaching timeout.\");\n - },\n - Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0),\n - );\n + setTimeout(() => {\n + console.warn({}, \"Lambda approaching timeout.\");\n + }, Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0));\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 60.203741000033915,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 61.035921000060625,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 60.23884300002828,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 58.18207900004927,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 60.20703599997796,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 59.0770059999777,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 59.173656000057235,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 59.65838799998164,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 0.6423580000409856,
"failureMessages": [
"issue-5172.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5172.js format 1`\n \n - Snapshot - 21\n + Received + 15\n \n @@ -13,30 +13,24 @@\n call(function () {\n return 1;\n }, $var || ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n =====================================output=====================================\n - call(\n - function () {\n - return 1;\n - },\n + call(function () {\n + return 1;\n + }, $var ??\n $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - \"test\",\n - );\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + \"test\");\n \n - call(\n - function () {\n - return 1;\n - },\n - $var ||\n - ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"),\n - );\n + call(function () {\n + return 1;\n + }, $var ||\n + ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 60.48237300000619,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 60.315265999990515,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 60.23922200000379,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 59.06679399998393,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 59.59417600010056,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 59.5901540000923,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 59.53506300004665,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 59.41950000007637,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.4508070000447333,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 58.859062000061385,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.76580399996601,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.0095919999294,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.73735199996736,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.1332799999509,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.19147800002247,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.02388400002383,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.35217900003772,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.601211000001058,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 106.72069800004829,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 68.85226000007242,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 65.84328499995172,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 66.38973400008399,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 65.46447999996599,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 68.49939100001939,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 70.03081699996255,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 69.12072699994314,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -6,11 +6,10 @@\n with (0) {}\n \n with (0) 1;\n \n =====================================output=====================================\n - with (0) {\n - }\n + with (0) {}\n \n with (0) 1;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 97)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 385364.58812000003,
"end": 385894.950352,
"runtime": 530,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/with/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"indent.js"
],
"duration": 0.8169660000130534,
"failureMessages": [
"indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -6,11 +6,10 @@\n with (0) {}\n \n with (0) 1;\n \n =====================================output=====================================\n - with (0) {\n - }\n + with (0) {}\n \n with (0) 1;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 97)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 58.76579200010747,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.730699000065215,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 57.26729799993336,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.00535500003025,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.31820100010373,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.007723000016995,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 58.223317999974824,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.81499700003769,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 386025.551899,
"end": 386567.136504,
"runtime": 542,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/while/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"indent.js"
],
"duration": 0.5010320000583306,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 62.18548300000839,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.35350399999879,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.36806100001559,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.19407200010028,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.39099400001578,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.26550800004043,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.21338099997956,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.770542999962345,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 386670.878401,
"end": 387774.36345800007,
"runtime": 1103,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/variable_declarator/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"multiple.js"
],
"duration": 0.4050610000267625,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 64.8428609999828,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 63.092139000073075,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 61.589503999915905,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 62.56554799992591,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 62.09395500004757,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 63.00148800003808,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 62.12184600008186,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 62.09359399997629,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 0.39995300001464784,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 59.1264380000066,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 60.387668999959715,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 60.599927000002936,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 59.84091300005093,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 59.41043599997647,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 59.30168299993966,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 60.33475200005341,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 59.19205499999225,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 387902.43815,
"end": 388436.85899100004,
"runtime": 534,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/update-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 0.497616000007838,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 59.38841599994339,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 59.629475000081584,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 59.066819000057876,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 59.84890599991195,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 58.706756000057794,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 59.29312100005336,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 58.80859699996654,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 60.40733200008981,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 388538.98074900004,
"end": 390155.775842,
"runtime": 1617,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unicode/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 0.4656360000371933,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 60.05295199993998,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 61.00638299994171,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 59.965733999968506,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 60.85369399993215,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 59.732214000076056,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 61.02558300003875,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 60.53580300009344,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 59.70114499994088,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 0.4004529999801889,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 60.7188389999792,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 59.285221999976784,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 58.9936549999984,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 59.617792000062764,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 59.63693899998907,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 59.714088000007905,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 58.82402300008107,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 59.07874500006437,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 0.4550850000232458,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 60.03969899995718,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 60.155812000040896,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 59.042162999976426,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 58.9654739999678,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 60.330022000009194,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 59.17138299997896,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 60.79303499998059,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 60.64353000000119,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 390268.814159,
"end": 391534.94701199996,
"runtime": 1266,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unary-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.5346949999220669,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 116.55008299998008,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 75.00756399997044,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 75.73443099996075,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 73.51675599999726,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 73.35301800002344,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 70.71289099997375,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 79.19192300003488,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 77.98762299993541,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 0.6595399999059737,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 60.561485000071116,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 60.39486500003841,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 58.69059700006619,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 58.80361599999014,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 59.237039000028744,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 59.36464399995748,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 59.32621700002346,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 59.19309399998747,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 391643.78767000005,
"end": 392729.663339,
"runtime": 1086,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unary/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"object.js"
],
"duration": 0.41360600001644343,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 59.98598100000527,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 59.48018299997784,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 57.97537400003057,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 58.075935999979265,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 57.37416500004474,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 58.012155000003986,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 58.34161000000313,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 58.22123200003989,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 0.594054999994114,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 60.994097999995574,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 58.7936950000003,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 58.34163300006185,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 58.25984499999322,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 59.92024299991317,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 58.71905700000934,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 59.6040600000415,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 59.50174599990714,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 392837.327891,
"end": 394457.36836500006,
"runtime": 1620,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/try/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"catch.js"
],
"duration": 0.45680699998047203,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 61.567936999956146,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 58.865586000029,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 60.40217000001576,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 60.192454000003636,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 60.845092999981716,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 60.991036000079475,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 60.89352400007192,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 60.63346699997783,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.417593999998644,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 59.41603900003247,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.26733399997465,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.90411900007166,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.605689999996684,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.81045600003563,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.36314100003801,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.74301199999172,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 57.61977300001308,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 0.3907130000879988,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 57.44412900006864,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 57.595415999996476,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 58.65242199995555,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 58.35371099994518,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 58.006955999997444,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 59.04428199992981,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 58.40124199993443,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 57.92910700000357,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 394571.64729399997,
"end": 396206.11308900005,
"runtime": 1634,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/throw_statement/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 0.39667500008363277,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 63.47728300001472,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 60.66808099998161,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 59.711244000005536,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 59.76901199994609,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 60.24170199991204,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 60.530708000063896,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 60.349806000012904,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 59.64351900003385,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.39324000000488013,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.27135099994484,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.171218999894336,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.03417100000661,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.30260900000576,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.06625199993141,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 58.854539999971166,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 58.59383099991828,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 58.55959700001404,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.46743000007700175,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 61.406521999975666,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.56988799991086,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.269573999918066,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.57778099994175,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.09297100000549,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.51989399990998,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.19236099999398,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 58.46340300003067,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "indention.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indention.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -97,31 +97,31 @@\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n @@ -133,24 +133,24 @@\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n # blabla ${a} ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 106)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 53,
"numPendingTests": 0,
"perfStats": {
"start": 396325.624337,
"end": 399612.224152,
"runtime": 3287,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 5,
"unchecked": 4,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": [
"css-prop.js format 1",
"styled-components-with-expressions.js format 1",
"styled-jsx.js format 1",
"styled-jsx-with-expressions.js format 1"
]
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-literals/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 0.4456979999085888,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 58.52543799998239,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 58.52274199994281,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 57.861865999992006,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 57.85848099994473,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 57.843874000012875,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 58.341220999951474,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 58.53147199994419,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 58.45140999997966,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 0.46244999999180436,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 59.18084400007501,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 58.7499920000555,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 58.044191999942996,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 58.66363800002728,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 58.293255000025965,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 59.31152599991765,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 57.524494000012055,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 58.0801709999796,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 0.4146000000182539,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 81.67172800004482,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 69.70995400007814,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 64.1678359999787,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 63.94390700000804,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 64.32643499993719,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 67.2309720000485,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 67.70662499999162,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 66.30633499997202,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 0.8113959999755025,
"failureMessages": [
"indention.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indention.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -97,31 +97,31 @@\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n @@ -133,24 +133,24 @@\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n # blabla ${a} ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 106)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 65.31682099995669,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 63.47160699998494,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 60.88815599994268,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 61.49057000002358,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 60.59012100007385,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 62.13462999998592,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 61.589042000006884,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 61.834065999952145,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 0.39653599995654076,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 58.329023000085726,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 58.42880399990827,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 59.02877999993507,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 58.390220000059344,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 58.327255000011064,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 59.11282799998298,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 58.28752899996471,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 58.259190999902785,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 0.3867369999643415,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 58.49589899997227,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 58.55504100001417,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 60.01219600008335,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 57.77316099999007,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 58.17390699998941,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 59.07169699994847,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 58.57778200006578,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 58.92327699996531,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "comments2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments2.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -25,15 +25,17 @@\n break;// comment5c\n }\n \n =====================================output=====================================\n switch (1) {\n - default: // comment1\n + default:\n + // comment1\n }\n \n switch (2) {\n - default: // comment2\n + default:\n + // comment2\n //comment2a\n }\n \n switch (3) {\n default: // comment3\n @@ -46,12 +48,13 @@\n break; // comment4b\n }\n \n switch (5) {\n default: // comment5\n + //comment5b\n // comment5a\n foo();\n - bar(); //comment5b\n + bar();\n break; // comment5c\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 107)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 53,
"numPendingTests": 0,
"perfStats": {
"start": 399722.75283199997,
"end": 402971.95743600006,
"runtime": 3249,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 5,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/switch/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.415722000063397,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 60.678223999915645,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 60.15527300001122,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 59.685158999986015,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 58.41031700000167,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 59.44876800000202,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 59.58288200001698,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 59.954071000101976,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 60.03692899993621,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 0.6716129999840632,
"failureMessages": [
"comments2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments2.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -25,15 +25,17 @@\n break;// comment5c\n }\n \n =====================================output=====================================\n switch (1) {\n - default: // comment1\n + default:\n + // comment1\n }\n \n switch (2) {\n - default: // comment2\n + default:\n + // comment2\n //comment2a\n }\n \n switch (3) {\n default: // comment3\n @@ -46,12 +48,13 @@\n break; // comment4b\n }\n \n switch (5) {\n default: // comment5\n + //comment5b\n // comment5a\n foo();\n - bar(); //comment5b\n + bar();\n break; // comment5c\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 107)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 60.04346600000281,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 58.29399099992588,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 58.417280000052415,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 58.37310900003649,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 58.75879700004589,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 59.382780999992974,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 59.36771699995734,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 58.85437499999534,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 0.4028469999320805,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 63.07757299998775,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 62.16398599999957,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 59.85677700000815,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 60.03315799997654,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 62.101728999987245,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 59.21635200001765,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 59.097571000107564,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 59.75709900003858,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 0.520128000061959,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 65.58892700006254,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 61.612565999967046,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 61.418178000021726,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 61.950349999940954,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 59.00651600002311,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 59.232699999934994,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 59.02504099998623,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 58.909336999990046,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 0.3986199999926612,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 58.99483099998906,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 58.010726999957114,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 57.86761399998795,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 58.83919299999252,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 57.73098500003107,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 59.484733000048436,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 57.57670400000643,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 57.492096000001766,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 0.40691499994136393,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 66.92197399993893,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 59.18420200003311,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 59.49501000007149,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 59.72937399998773,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 60.36920499999542,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 58.961132999975234,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 59.89960600004997,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 60.35267399996519,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 403076.91901600006,
"end": 403634.64846,
"runtime": 558,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/spread/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"spread.js"
],
"duration": 0.42082099989056587,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 60.22629499994218,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 59.89841799996793,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 60.51097300008405,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 59.28571800002828,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 59.31246600009035,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 62.593399000004865,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 59.067683000001125,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 59.42736099998001,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "ignore.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js format 1`\n \n - Snapshot - 7\n + Received + 1\n \n @@ -17,15 +17,9 @@\n ;\n \n =====================================output=====================================\n +(\n // prettier-ignore\n - ((\n - first\n - )\n - ,\n - (\n - last\n - ))\n + (first, last)\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesized.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -26,19 +26,21 @@\n );\n \n =====================================output=====================================\n console.log(\n /* 1 */\n +\n /* 2 */\n - (/* 3 */\n - first,\n +\n + /* 3 */\n + (first,\n /* 4 */\n /* 5 */\n /* 6 */\n +\n /* 7 */\n last),\n /* 8 */\n - /* 9 */\n /* 10 */\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 25,
"numPendingTests": 0,
"perfStats": {
"start": 403736.86002900003,
"end": 405340.55285499996,
"runtime": 1604,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sequence-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"export-default.js"
],
"duration": 0.39440200000535697,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 59.28549100004602,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 59.863744999980554,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 58.97802599996794,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 59.636372999986634,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 58.3913140000077,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 58.32600000000093,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 58.197715000016615,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 58.06950500002131,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 0.6347629999509081,
"failureMessages": [
"ignore.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js format 1`\n \n - Snapshot - 7\n + Received + 1\n \n @@ -17,15 +17,9 @@\n ;\n \n =====================================output=====================================\n +(\n // prettier-ignore\n - ((\n - first\n - )\n - ,\n - (\n - last\n - ))\n + (first, last)\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 58.87107700004708,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 58.755998000036925,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 59.027820999966934,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 59.14802900003269,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 59.02979299996514,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 59.44671599997673,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 58.90776700002607,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 59.704373999964446,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 0.6131740000564605,
"failureMessages": [
"parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesized.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -26,19 +26,21 @@\n );\n \n =====================================output=====================================\n console.log(\n /* 1 */\n +\n /* 2 */\n - (/* 3 */\n - first,\n +\n + /* 3 */\n + (first,\n /* 4 */\n /* 5 */\n /* 6 */\n +\n /* 7 */\n last),\n /* 8 */\n - /* 9 */\n /* 10 */\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 60.546902000089176,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 59.66271200007759,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 59.188003999996,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 58.72403000004124,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 60.01484399999026,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 59.45802699995693,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 59.404355999897234,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 61.10861400002614,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 405448.733299,
"end": 406048.25763199996,
"runtime": 600,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sequence-break/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"break.js"
],
"duration": 0.4143690000055358,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 79.43726399994921,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 63.43916299997363,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 62.4287089999998,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 69.90891200001352,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 59.681342000025325,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 61.16784299991559,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 61.832444000057876,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 61.31061399995815,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 406151.75392700004,
"end": 407260.24650099996,
"runtime": 1108,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/return/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 0.4141290000407025,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 67.39716799999587,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 63.585599999991246,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 60.81595299998298,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 61.51004999992438,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 62.29095599998254,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 62.102630999987014,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 60.263237999984995,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 61.13638899999205,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.4098000000230968,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 62.061087999958545,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.250702999997884,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.49158999999054,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.25893200002611,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.76924199995119,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.16435600002296,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 62.73691300000064,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.79106600000523,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 407362.99888699997,
"end": 409005.02365100005,
"runtime": 1642,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/require-amd/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 0.3806360000744462,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 62.198428000090644,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 60.817113999975845,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 58.700783999986015,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 59.25035200000275,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 59.22247899998911,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 59.01814000005834,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 60.5051070000045,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 67.87034399993718,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 0.415121000027284,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 59.50630899996031,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 59.65978999994695,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 59.334552000043914,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 59.16934800008312,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 59.43305699992925,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 59.98860800010152,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 58.90486299991608,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 59.09057100000791,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 0.4015849999850616,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 62.629965000087395,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 61.05647700000554,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 59.691279000020586,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 59.73386999999639,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 59.58289900003001,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 61.18621900002472,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 61.60276599996723,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 62.446484999964014,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "require.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `require.js format 1`\n \n - Snapshot - 8\n + Received + 7\n \n @@ -48,16 +48,15 @@\n eleven1,\n } = require(\"./my-utils\");\n \n const MyReallyExtrememlyLongModuleName = require(\"MyReallyExtrememlyLongModuleName\");\n \n - const plugin = require(\n - global.STANDALONE\n - ? path.join(__dirname, \"../standalone.js\")\n - : path.join(__dirname, \"..\"),\n - );\n + const plugin = require(global.STANDALONE\n + ? path.join(__dirname, \"../standalone.js\")\n + : path.join(__dirname, \"..\"));\n \n - const plugin2 = require(\n - path.join(__dirname, global.STANDALONE ? \"../standalone.js\" : \"..\"),\n - );\n + const plugin2 = require(path.join(\n + __dirname,\n + global.STANDALONE ? \"../standalone.js\" : \"..\",\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 113)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 409125.85031000007,
"end": 409683.77432400006,
"runtime": 558,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/require/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"require.js"
],
"duration": 0.70999500004109,
"failureMessages": [
"require.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `require.js format 1`\n \n - Snapshot - 8\n + Received + 7\n \n @@ -48,16 +48,15 @@\n eleven1,\n } = require(\"./my-utils\");\n \n const MyReallyExtrememlyLongModuleName = require(\"MyReallyExtrememlyLongModuleName\");\n \n - const plugin = require(\n - global.STANDALONE\n - ? path.join(__dirname, \"../standalone.js\")\n - : path.join(__dirname, \"..\"),\n - );\n + const plugin = require(global.STANDALONE\n + ? path.join(__dirname, \"../standalone.js\")\n + : path.join(__dirname, \"..\"));\n \n - const plugin2 = require(\n - path.join(__dirname, global.STANDALONE ? \"../standalone.js\" : \"..\"),\n - );\n + const plugin2 = require(path.join(\n + __dirname,\n + global.STANDALONE ? \"../standalone.js\" : \"..\",\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 113)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 63.00379700004123,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 62.2153620000463,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 62.65579099999741,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 60.99119900004007,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 61.04487799992785,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 61.10655000002589,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 63.315644999966025,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 61.498522000038065,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "array.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `array.js format 1`\n \n - Snapshot - 0\n + Received + 1\n \n @@ -18,6 +18,7 @@\n 7 | ,\n 8 | a,\n 9 | ]\n =====================================output=====================================\n a = [, , , , , , , a];\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -16,12 +16,11 @@\n 8 | );\n 9 |\n 10 | }\n 11 |\n =====================================output=====================================\n - function a(\n - ){\n + function a() {\n a();\n b();\n c();\n d();\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-3.js format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -12,13 +12,11 @@\n | ^^^^^^^^^^^^^^^^^\n 5 | ); d(\n 6 | );\n 7 |\n =====================================output=====================================\n - a (\n - );\n - b (\n - ); c (\n - ); d(\n - );\n + a();\n + b();\n + c();\n + d();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -10,11 +10,13 @@\n 2 | // The range will be 13~26\n 3 | // `foo` ends at 13, should not format\n 4 | // `bar` ends at 26, should format\n 5 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~26\n // `foo` ends at 13, should not format\n // `bar` ends at 26, should format\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-declaration.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -13,13 +13,12 @@\n | ^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n -\n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndifferent-levels.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `different-levels.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -13,11 +13,11 @@\n > 4 | call(1,2,3)\n | ^^^^^^^^^\n 5 | }\n 6 |\n =====================================output=====================================\n - call(1,2,3)\n + call(1, 2, 3);\n call(1, 2, 3);\n function f() {\n call(1, 2, 3);\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndirective.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n | ^\n 2 | 'bbb';\n 3 |\n =====================================output=====================================\n \"aaa\";\n - 'bbb';\n + \"bbb\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,10 +9,10 @@\n > 2 | quux (); //\n | ^^^^^^^^^^^^^\n 3 | });\n 4 |\n =====================================output=====================================\n - let fn =a((x ) => {\n + let fn = a((x) => {\n quux(); //\n });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nignore-indentation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore-indentation.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - \t \t `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-7082.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-7082.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n | ^^^^^\n 3 | `;\n 4 |\n =====================================output=====================================\n export const Button = styled.button`\n - color: blue;\n + color: blue;\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export1.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export2.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -17,15 +17,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export3.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n > 8 | export default 42\n | ^^^^\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n export default 42;\n -\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-import.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-import.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -17,14 +17,12 @@\n 9 |\n 10 |\n =====================================output=====================================\n import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmultiple-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -25,18 +25,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmultiple-statements2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements2.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -29,18 +29,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -18,9 +18,8 @@\n =====================================output=====================================\n try {\n if (condition) {\n body;\n }\n - }\n - catch (err) {}\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested3.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,12 +15,12 @@\n 5 | }\n 6 | catch (err) {}\n 7 |\n =====================================output=====================================\n try {\n - 1;if (condition) {\n - body;\n - }\n - }\n - catch (err) {}\n + 1;\n + if (condition) {\n + body;\n + }\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobject-expression2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-expression2.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -20,11 +20,10 @@\n > 9 | },\n | ^^^^^^\n 10 | ]\n 11 |\n =====================================output=====================================\n -\n const y = [\n {\n a: 1,\n },\n {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-end.js format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -18,12 +18,10 @@\n | ^^^^^\n > 9 | );\n | ^^\n =====================================output=====================================\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n + call(1, 2, 3);\n \n - call(1, 2, 3);\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-start.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-start.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -20,12 +20,9 @@\n 9 | );\n 10 |\n =====================================output=====================================\n call(1, 2, 3);\n \n -\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreversed-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `reversed-range.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^^^^^^^^^^^^^ [Reversed range]\n 2 | // The range will be 26~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 26~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstart-equals-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `start-equals-end.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^\n 2 | // The range will be 13~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwhitespace.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `whitespace.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -7,8 +7,7 @@\n =====================================input======================================\n > 1 | \n | ^\n 2 |\n =====================================output=====================================\n - \n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 25,
"numPassingTests": 308,
"numPendingTests": 0,
"perfStats": {
"start": 409796.375911,
"end": 430100.093358,
"runtime": 20304,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 25,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/range/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"array.js"
],
"duration": 0.9883879999397323,
"failureMessages": [
"array.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `array.js format 1`\n \n - Snapshot - 0\n + Received + 1\n \n @@ -18,6 +18,7 @@\n 7 | ,\n 8 | a,\n 9 | ]\n =====================================output=====================================\n a = [, , , , , , , a];\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 60.400878999964334,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.31814400001895,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 60.56026800000109,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 60.89735000010114,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 60.434678000048734,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 60.39365900005214,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 60.268246999941766,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 61.231968000065535,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 0.7209039999870583,
"failureMessages": [
"boundary-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -16,12 +16,11 @@\n 8 | );\n 9 |\n 10 | }\n 11 |\n =====================================output=====================================\n - function a(\n - ){\n + function a() {\n a();\n b();\n c();\n d();\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 60.43665399996098,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 61.153078000061214,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 59.23437299998477,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 59.216857000021264,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 59.3968739999691,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 60.070922999992035,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 60.7681599999778,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 60.70691100007389,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 0.7166179999476299,
"failureMessages": [
"boundary-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-3.js format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -12,13 +12,11 @@\n | ^^^^^^^^^^^^^^^^^\n 5 | ); d(\n 6 | );\n 7 |\n =====================================output=====================================\n - a (\n - );\n - b (\n - ); c (\n - ); d(\n - );\n + a();\n + b();\n + c();\n + d();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 60.55153799999971,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 60.81000700010918,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 60.96422900003381,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 60.37111399997957,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 59.20004200004041,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 59.89005399995949,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 61.53138099994976,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 59.77298000000883,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 0.8905739999609068,
"failureMessages": [
"boundary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -10,11 +10,13 @@\n 2 | // The range will be 13~26\n 3 | // `foo` ends at 13, should not format\n 4 | // `bar` ends at 26, should format\n 5 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~26\n // `foo` ends at 13, should not format\n // `bar` ends at 26, should format\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 59.52263299992774,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 59.78016799991019,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 59.69068999995943,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 59.98357100004796,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 60.60724299994763,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 59.476557000074536,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 59.604572999989614,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 60.26424499996938,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 0.8163449999410659,
"failureMessages": [
"class-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-declaration.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -13,13 +13,12 @@\n | ^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n -\n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 60.20523399999365,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 61.37706299999263,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 60.23420900001656,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 59.94245500001125,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 60.51240600005258,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 61.02026399993338,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 59.662340999930166,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 60.44965199998114,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 0.8430950000183657,
"failureMessages": [
"different-levels.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `different-levels.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -13,11 +13,11 @@\n > 4 | call(1,2,3)\n | ^^^^^^^^^\n 5 | }\n 6 |\n =====================================output=====================================\n - call(1,2,3)\n + call(1, 2, 3);\n call(1, 2, 3);\n function f() {\n call(1, 2, 3);\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 60.34745100000873,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 60.59594999998808,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 59.67050799995195,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 59.58284500008449,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 59.49423499999102,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 60.802106000017375,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 62.056120999972336,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 61.01588699989952,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 0.8597560001071543,
"failureMessages": [
"directive.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n | ^\n 2 | 'bbb';\n 3 |\n =====================================output=====================================\n \"aaa\";\n - 'bbb';\n + \"bbb\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 60.041443999973126,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 60.845235000015236,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 60.060312999994494,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 59.35731300001498,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 58.945430999970995,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 59.49082800000906,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 60.274093999993056,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 59.17765299999155,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 0.7896750000072643,
"failureMessages": [
"function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,10 +9,10 @@\n > 2 | quux (); //\n | ^^^^^^^^^^^^^\n 3 | });\n 4 |\n =====================================output=====================================\n - let fn =a((x ) => {\n + let fn = a((x) => {\n quux(); //\n });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 60.622499000048265,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 60.55785499990452,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 59.80301899998449,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 60.069994999910705,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 59.22902400000021,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 60.208221999928355,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 61.27557500009425,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 61.21607200009748,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 0.5583590000169352,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 61.78976399998646,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 59.548550000065006,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 60.17206500004977,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 59.57207700004801,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 58.875170000013895,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 59.78813399991486,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 60.442646999959834,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 60.076522000017576,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 0.7876410000026226,
"failureMessages": [
"ignore-indentation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore-indentation.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - \t \t `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 61.13608900003601,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 60.270487000001594,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 59.888409000006504,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 61.17438900005072,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 60.86730899999384,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 60.57263199996669,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 61.47429799998645,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 60.52573100000154,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 0.6298749999841675,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 61.32790100004058,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 66.1499120000517,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 60.830596999963745,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 59.712266999995336,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 60.73384400003124,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 60.16689100000076,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 60.45152799994685,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 60.03052800009027,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 0.6398930000141263,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 60.77505900000688,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 62.03392299998086,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 59.82615899993107,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 59.97078699991107,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 59.46141499991063,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 61.24825999990571,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 60.4739759999793,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 59.88847899995744,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 0.5756830000318587,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 61.21287899999879,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 60.15662400005385,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 59.66608100000303,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 59.25488099991344,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 60.21798099996522,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 60.414428999996744,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 59.52233999990858,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 59.28083299996797,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 0.5522689999779686,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 59.80511499999557,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 61.43793800007552,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 59.63010099995881,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 59.28225399996154,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 59.22710400004871,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 59.76469299988821,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 59.67115000006743,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 61.504587000003085,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 0.5379519999260083,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 60.56142299994826,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 63.066790999961086,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 59.76219799998216,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 60.51413300004788,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 61.11201699997764,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 60.179897999973036,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 59.678594000055455,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 60.117436999920756,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 0.5725469999015331,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 60.13330099999439,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 60.55191699997522,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 60.29145799996331,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 59.22380499995779,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 59.837249999982305,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 59.71888200007379,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 60.02844199992251,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 60.37545799999498,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 0.8252629999769852,
"failureMessages": [
"issue-7082.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-7082.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n | ^^^^^\n 3 | `;\n 4 |\n =====================================output=====================================\n export const Button = styled.button`\n - color: blue;\n + color: blue;\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 61.593307000002824,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 61.348523000022396,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 60.662279000040144,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 60.57721000001766,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 61.36839999991935,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 61.28891200001817,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 63.12068900000304,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 60.56830100005027,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 0.5941180000081658,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 61.30642199993599,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 62.476227000006475,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 61.324353999923915,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 59.904304999974556,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 59.977182999951765,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 60.665391999995336,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 60.24086100002751,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 60.13194700004533,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 0.7422749999677762,
"failureMessages": [
"module-export1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export1.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 59.987196999951266,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 61.31249799998477,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 61.89614600001369,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 61.53518900007475,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 60.18918099999428,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 61.37550700001884,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 60.99799599999096,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 60.21182900003623,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 0.7687060000607744,
"failureMessages": [
"module-export2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export2.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -17,15 +17,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 60.74994400003925,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 60.68065600004047,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 61.44391499995254,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 60.459179999888875,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 59.85485200001858,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 61.04688899999019,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 61.62993299996015,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 61.131388000096194,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 0.7600689999526367,
"failureMessages": [
"module-export3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export3.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n > 8 | export default 42\n | ^^^^\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n export default 42;\n -\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 60.86852399993222,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 60.21942300000228,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 60.04630200006068,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 61.07893099996727,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 61.49875799997244,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 62.567842999938875,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 62.107695999904536,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 62.39785700000357,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 0.7541490000439808,
"failureMessages": [
"module-import.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-import.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -17,14 +17,12 @@\n 9 |\n 10 |\n =====================================output=====================================\n import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 61.01920199999586,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 60.71374300005846,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 59.96928299998399,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 60.11581800004933,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 60.17299600003753,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 61.464276000042446,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 61.719349000020884,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 60.04989799996838,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 0.7640169999795035,
"failureMessages": [
"multiple-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -25,18 +25,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 61.648415000061505,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 62.076826000004075,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 60.561662999913096,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 60.42557600000873,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 60.01711100002285,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 61.17653799999971,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 60.04425499995705,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 60.53173299995251,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 0.8176270000403747,
"failureMessages": [
"multiple-statements2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements2.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -29,18 +29,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 62.45783400000073,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 61.61064400000032,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 61.969829999958165,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 61.30687700002454,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 62.00556700001471,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 62.099408000009134,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 60.71556799998507,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 64.20911100006197,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 0.5625279999803752,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 60.93187800003216,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 61.19524799997453,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 60.10720100009348,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 59.500966999912634,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 59.664057999965735,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 59.834869000012986,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 60.567504999926314,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 60.031205000006594,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 0.5894279999192804,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 60.74975000007544,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 61.660482999985106,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 60.05506000004243,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 60.02009000000544,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 62.23751399992034,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 61.258861999958754,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 61.192021000082605,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 60.97132600005716,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 0.811375999939628,
"failureMessages": [
"nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -18,9 +18,8 @@\n =====================================output=====================================\n try {\n if (condition) {\n body;\n }\n - }\n - catch (err) {}\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 62.22794500004966,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 61.232585000107065,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 60.55352099996526,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 60.76366399996914,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 60.11414499999955,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 60.887847000034526,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 60.16618700011168,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 60.388343000086024,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 0.7341200000373647,
"failureMessages": [
"nested3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested3.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,12 +15,12 @@\n 5 | }\n 6 | catch (err) {}\n 7 |\n =====================================output=====================================\n try {\n - 1;if (condition) {\n - body;\n - }\n - }\n - catch (err) {}\n + 1;\n + if (condition) {\n + body;\n + }\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 60.726813999935985,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 61.6147049999563,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 61.09282699995674,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 62.287921000039205,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 61.071395999984816,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 62.83575099997688,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 61.51672299997881,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 62.818848999915645,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 0.6269790000515059,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 70.28034499997739,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 64.15607300004922,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 61.64441900001839,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 61.44427100010216,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 64.66656300006434,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 62.7337370000314,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 62.249506999971345,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 62.00763999996707,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 0.8193400000454858,
"failureMessages": [
"object-expression2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-expression2.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -20,11 +20,10 @@\n > 9 | },\n | ^^^^^^\n 10 | ]\n 11 |\n =====================================output=====================================\n -\n const y = [\n {\n a: 1,\n },\n {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 63.75915499997791,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 64.39067200000864,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 62.41782400000375,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 62.47946999990381,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 61.861197000020184,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 62.83429500006605,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 63.14075599994976,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 62.19156499998644,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 0.8387169999768957,
"failureMessages": [
"range-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-end.js format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -18,12 +18,10 @@\n | ^^^^^\n > 9 | );\n | ^^\n =====================================output=====================================\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n + call(1, 2, 3);\n \n - call(1, 2, 3);\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 62.28272400004789,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 62.15505800000392,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 61.56541299994569,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 62.302731000003405,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 60.819615999935195,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 61.870403000037186,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 61.13428100000601,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 60.819738000049256,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 0.9846520000137389,
"failureMessages": [
"range-start.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-start.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -20,12 +20,9 @@\n 9 | );\n 10 |\n =====================================output=====================================\n call(1, 2, 3);\n \n -\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 62.18111899995711,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 62.00569799996447,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 61.52777799998876,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 61.04558499995619,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 60.27186500001699,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 60.573134000063874,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 61.74541700002737,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 60.392802000045776,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 0.7672330000204965,
"failureMessages": [
"range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 62.51753499999177,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 66.63878799998201,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 60.290024999994785,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 60.6218349999981,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 60.719337000045925,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 63.22445900004823,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 63.09548200003337,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 63.00731999997515,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 0.7741959999548271,
"failureMessages": [
"reversed-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `reversed-range.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^^^^^^^^^^^^^ [Reversed range]\n 2 | // The range will be 26~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 26~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 59.41777499997988,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 60.98829999996815,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 60.65729900007136,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 60.08640699996613,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 60.71068399993237,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 59.62798400002066,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 59.53259099996649,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 60.930440000025555,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 0.7342199999839067,
"failureMessages": [
"start-equals-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `start-equals-end.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^\n 2 | // The range will be 13~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 59.30291800003033,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 59.867267000023276,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 61.07279699994251,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 59.535265999962576,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 60.170122999930754,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 59.26404200005345,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 60.211321000009775,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 60.60468700004276,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 0.5428309999406338,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 60.64646700001322,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 61.43209100002423,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 61.67500499996822,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 61.069140999927185,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 62.22777600004338,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 66.9029739999678,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 61.51604200003203,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 61.281489000073634,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 0.8239800001028925,
"failureMessages": [
"whitespace.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `whitespace.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -7,8 +7,7 @@\n =====================================input======================================\n > 1 | \n | ^\n 2 |\n =====================================output=====================================\n - \n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 61.512243999983184,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 62.478984999936074,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 61.01814900001045,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 60.60603499994613,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 60.511392000014894,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 61.47953699994832,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 59.704120000009425,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 60.36366200004704,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 36,
"numPendingTests": 0,
"perfStats": {
"start": 430258.38690800004,
"end": 432647.630066,
"runtime": 2389,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/preserve-line/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 0.52796199999284,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 71.5073309999425,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 72.34178300003987,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 65.76128400000744,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 65.24409399996512,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 65.42992000002414,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 65.83415300003253,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 67.58467400004156,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 65.59928500000387,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.39777799998410046,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 62.765122000011615,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 66.19226799998432,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 63.17585899995174,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 62.15710700000636,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.99820299993735,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 63.65577300009318,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 61.52954799996223,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 63.26522100006696,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 0.47424200002569705,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 86.08674299996346,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 67.46278800000437,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 65.64503799995873,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 67.14455199998338,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 65.75597699999344,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 65.88510699989274,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 66.04351200000383,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 66.6251269999193,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 0.41306699998676777,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 70.9193400000222,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 68.00574100005906,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 63.8562989999773,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 64.11761099996511,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 65.22521499998402,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 65.3240780000342,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 66.74300899996888,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 66.41575199994259,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 432758.08455800003,
"end": 434004.48087699997,
"runtime": 1246,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/performance/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 0.4210310000926256,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 82.25279300007969,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 74.15180700004566,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 70.98785799997859,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 68.9224529999774,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 68.85272000008263,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 71.16189900005702,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 70.20578299998306,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 71.83364100009203,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 0.40187499998137355,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 75.93336199992336,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 68.07135699992068,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 65.14577399997506,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 63.64776500000153,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 63.3676699999487,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 63.83227100002114,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 65.44229200005066,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 65.85084000008646,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 434120.48604399996,
"end": 434680.21657600004,
"runtime": 560,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-catch-binding/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 0.4643930000020191,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 58.64741400000639,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 58.68874900008086,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 59.87200099998154,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 59.69047000003047,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 60.074570999946445,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 59.849451999994926,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 59.91840099997353,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 60.70326199999545,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "chaining.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chaining.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -98,18 +98,18 @@\n a?.();\n a?.[++x];\n a?.b.c(++x).d;\n a?.b[3].c?.(x).d;\n a?.b.c;\n - (a?.b).c;\n + a?.b.c;\n a?.b?.c;\n delete a?.b;\n \n a?.b[3].c?.(x).d.e?.f[3].g?.(y).h;\n \n - (a?.b).c();\n - (a?.b[c]).c();\n + a?.b.c();\n + a?.b[c].c();\n \n a?.b?.c.d?.e;\n (a ? b : c)?.d;\n \n (list || list2)?.length;\n @@ -125,33 +125,33 @@\n a?.[b?.c].d();\n a[b?.c]?.d();\n a?.[b?.c]?.d();\n \n one?.fn();\n - (one?.two).fn();\n - (one?.two)();\n - (one?.two())();\n + one?.two.fn();\n + one?.two();\n + one?.two()();\n one.two?.fn();\n - (one.two?.three).fn();\n + one.two?.three.fn();\n one.two?.three?.fn();\n \n one?.();\n - (one?.())();\n + one?.()();\n one?.()?.();\n \n - (one?.()).two;\n + one?.().two;\n \n a?.[b ? c : d];\n \n (-1)?.toFixed();\n (void fn)?.();\n (a && b)?.();\n (a ? b : c)?.();\n (function () {})?.();\n (() => f)?.();\n (() => f)?.x;\n - (a?.(x)).x;\n + a?.(x).x;\n (\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa\n )?.();\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 118)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 26,
"numPendingTests": 0,
"perfStats": {
"start": 434786.22283399996,
"end": 436569.859092,
"runtime": 1784,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-chaining/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"chaining.js"
],
"duration": 0.7669730000197887,
"failureMessages": [
"chaining.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chaining.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -98,18 +98,18 @@\n a?.();\n a?.[++x];\n a?.b.c(++x).d;\n a?.b[3].c?.(x).d;\n a?.b.c;\n - (a?.b).c;\n + a?.b.c;\n a?.b?.c;\n delete a?.b;\n \n a?.b[3].c?.(x).d.e?.f[3].g?.(y).h;\n \n - (a?.b).c();\n - (a?.b[c]).c();\n + a?.b.c();\n + a?.b[c].c();\n \n a?.b?.c.d?.e;\n (a ? b : c)?.d;\n \n (list || list2)?.length;\n @@ -125,33 +125,33 @@\n a?.[b?.c].d();\n a[b?.c]?.d();\n a?.[b?.c]?.d();\n \n one?.fn();\n - (one?.two).fn();\n - (one?.two)();\n - (one?.two())();\n + one?.two.fn();\n + one?.two();\n + one?.two()();\n one.two?.fn();\n - (one.two?.three).fn();\n + one.two?.three.fn();\n one.two?.three?.fn();\n \n one?.();\n - (one?.())();\n + one?.()();\n one?.()?.();\n \n - (one?.()).two;\n + one?.().two;\n \n a?.[b ? c : d];\n \n (-1)?.toFixed();\n (void fn)?.();\n (a && b)?.();\n (a ? b : c)?.();\n (function () {})?.();\n (() => f)?.();\n (() => f)?.x;\n - (a?.(x)).x;\n + a?.(x).x;\n (\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa\n )?.();\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 118)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 85.35970799997449,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 74.21515699999873,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 70.0531310000224,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 68.84149999998044,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 69.48678700008895,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 70.22624800004996,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 70.93861299997661,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 74.08291700005066,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.39485300006344914,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 67.04351099999622,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 66.30134299991187,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 64.20795599999838,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 64.92746899998747,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 62.599434999981895,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 64.48984299995936,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 62.83939800004009,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 64.17296500003431,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 0.3944719999562949,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 61.93286599998828,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 61.086376999970526,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 60.86977500002831,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 60.4298509999644,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 60.12447400006931,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 60.01307399990037,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 60.1334729999071,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 61.216826000018045,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 36,
"numPendingTests": 0,
"perfStats": {
"start": 436706.91407800006,
"end": 438951.925204,
"runtime": 2245,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-prop-break-in/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.59328600007575,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.18148399994243,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.30137100000866,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.838928999961354,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.245965000009164,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.01295899995603,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.06628499994986,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.408441000035964,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.75636299990583,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 0.4017450000392273,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 63.06804800010286,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 61.378120000008494,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 61.48488300002646,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 61.38720699993428,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 63.05452599993441,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 61.65526799997315,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 60.8960280000465,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 59.94640400004573,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 0.4430429999483749,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 74.55391200003214,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 72.29185399995185,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 64.22259200003464,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 63.77664099994581,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 60.08912999997847,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 62.27151099999901,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 61.431245000101626,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 60.47033499996178,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.3783009999897331,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 65.76962499995716,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 64.30673000006936,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.9881329999771,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 62.03115099994466,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 62.17419200006407,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 62.055765000055544,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 64.52963099989574,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 62.858083999948576,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 439060.434327,
"end": 439630.84002299997,
"runtime": 570,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/nullish-coalescing/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 0.405172000057064,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 64.27333699993324,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 63.68517900002189,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 63.16141499998048,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 62.634672999964096,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 63.80360099999234,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 63.06900500005577,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 62.90233999991324,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 63.49130300001707,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 439769.141413,
"end": 441438.046929,
"runtime": 1669,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/new-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"call.js"
],
"duration": 0.4865849999478087,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 62.162417000043206,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 63.74998099997174,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 61.227570999995805,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.6543079999974,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.89279900002293,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.778486000024714,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.7356129999971,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 61.7296839999035,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 0.4492150000296533,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 65.42989399994258,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 63.10703999991529,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 62.23578400001861,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 61.75346299994271,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 60.11688299989328,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 62.56944700004533,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 62.048989000031725,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 62.607443999964744,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 0.3801250000251457,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 63.079117999994196,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 63.34185399999842,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 60.97446299996227,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 61.0915119999554,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 60.873760999995284,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 61.94909300003201,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 61.83003399998415,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 61.8428530000383,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 441561.61295100005,
"end": 443251.70341700007,
"runtime": 1690,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/member/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"conditional.js"
],
"duration": 0.4038889999501407,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 61.414930999977514,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 59.98847300000489,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 60.94337999995332,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 58.720143000013195,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 58.66332000005059,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 59.3149769998854,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 60.04699599999003,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 60.201208999962546,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 0.41071299999020994,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 73.3016119999811,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 64.63534899998922,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 63.008609999902546,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 63.633082999964245,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 62.12993399996776,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 64.20677500008605,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 65.79218899994157,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 67.41217100003269,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 0.4904419999802485,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 59.341164999990724,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 59.84617299993988,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 62.11318400001619,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 60.23826100002043,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 59.351984999957494,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 60.85597799997777,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 59.17029299994465,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 58.873881000094116,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 443391.02051,
"end": 444526.895116,
"runtime": 1136,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/logical_expressions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 0.5031259999377653,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 61.2275269998936,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 61.99303500005044,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 60.952783000073396,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 61.8525410000002,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 59.91308600001503,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 60.0355349999154,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 60.08309400000144,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 60.4821140000131,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 0.3894429999636486,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 82.38887299993075,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 65.97067299997434,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 63.11941399995703,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 61.579231999930926,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 61.511049999971874,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 63.37493499997072,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 63.57142899988685,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 65.01088100008201,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 444666.927415,
"end": 445297.86103,
"runtime": 631,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/logical-assignment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 0.5053700000280514,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 67.8235219999915,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 95.77748699998483,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 64.9437039999757,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 67.14537400007248,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 67.49349500006065,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 68.80850899999496,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 64.12286099989433,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 69.38872200006153,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 445411.04097200005,
"end": 445968.975212,
"runtime": 558,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/literal-numeric-separator/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"test.js"
],
"duration": 0.40500200004316866,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.758975000004284,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.03709700005129,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.23740099999122,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.37428599991836,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.02521899994463,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.032406999962404,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 58.972225999925286,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.06331999995746,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 446078.316665,
"end": 446635.21080100007,
"runtime": 557,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/line-suffix-boundary/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"boundary.js"
],
"duration": 0.458312000031583,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 62.6485859999666,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 62.000997000024654,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 60.08533300005365,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 63.42454599996563,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 60.847562000039034,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 62.249414000078104,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 60.98725999996532,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 62.34176600002684,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 446774.32704100007,
"end": 447318.094123,
"runtime": 544,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/line/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"windows.js"
],
"duration": 0.47885000007227063,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 59.81380900007207,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 60.21134299994446,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 60.01275799993891,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 61.24698499997612,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 60.06324000004679,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 63.10044900001958,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 59.68387199996505,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 59.194825999904424,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 447424.91045699996,
"end": 449031.94329300005,
"runtime": 1607,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/label/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 0.3751959999790415,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 59.55765299999621,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 59.517491000005975,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 59.37137700000312,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 58.74178100004792,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 58.7558189999545,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 59.05289599997923,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 58.7512379999971,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 59.50048099993728,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.3842820000136271,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.94098099996336,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.84434199996758,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.59394499997143,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.26703299989458,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.4982730000047,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.87011699995492,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.972852000035346,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.71645299997181,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 0.38138699997216463,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 58.78518200002145,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 58.716331999981776,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 59.72870199999306,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 58.71071699995082,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 59.05558500008192,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 59.77085199998692,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 60.161623999942094,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 60.54813999996986,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 449167.671944,
"end": 449703.572889,
"runtime": 536,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-meta/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 0.4873659999575466,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 60.44118699990213,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 60.37971699994523,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 58.93170200008899,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 58.276122000068426,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 58.87201799999457,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 59.608153000008315,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 59.38851199997589,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 60.25066000001971,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "expr_and_same_line_comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expr_and_same_line_comments.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -78,10 +78,10 @@\n // TODO[@fisker]: fix this\n // if (a) var a = 1; /* comment 6e */\n // else return 2;\n \n if (a)\n - if (b /* comment 6f */);\n + if (b);/* comment 6f */\n else return 2;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 130)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 44,
"numPendingTests": 0,
"perfStats": {
"start": 449816.87770400004,
"end": 452662.417432,
"runtime": 2846,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/if/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 0.4407780000474304,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 62.02114399999846,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 61.914875000016764,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 59.28459100006148,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 60.14155599998776,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 59.34885299997404,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 59.11481499997899,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 58.47831999999471,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 58.08927500003483,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 0.4320120000047609,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 62.41321600007359,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 62.17079900007229,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 61.68601199996192,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 62.90113899996504,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 59.448262999998406,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 60.638580000028014,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 59.91327700007241,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 60.22890499990899,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 0.7237900000764057,
"failureMessages": [
"expr_and_same_line_comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expr_and_same_line_comments.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -78,10 +78,10 @@\n // TODO[@fisker]: fix this\n // if (a) var a = 1; /* comment 6e */\n // else return 2;\n \n if (a)\n - if (b /* comment 6f */);\n + if (b);/* comment 6f */\n else return 2;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 130)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 81.18928099994082,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 65.66537500009872,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 62.125700999982655,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 61.888305000029504,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 61.129461999982595,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 62.42390199995134,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 61.871372999972664,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 62.62845299998298,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 0.39507199998479337,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 71.55232599994633,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 67.57329700002447,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 67.95823300001211,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 66.84547300008126,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 65.72376600001007,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 69.91324400005396,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 65.38995999994222,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 63.8161680001067,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 0.3947720000287518,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 60.030508999945596,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 60.166247000102885,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 61.066971000051126,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 59.98435399995651,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 60.03791700000875,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 60.77516399999149,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 59.34717600001022,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 59.07958200003486,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 452807.88849,
"end": 454435.62243100005,
"runtime": 1628,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/generator/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 0.6091849999502301,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 62.32689999998547,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 67.43863800005056,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 60.56372499989811,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 59.15205000003334,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 59.91678799991496,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 60.23434600001201,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 59.01319800002966,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 59.07752200006507,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 0.4033589999889955,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 63.17626099998597,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 61.625585999921896,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 60.34451400011312,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 60.84310800000094,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 63.71541900001466,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 60.21382900001481,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 60.458165000076406,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 61.10395100002643,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 0.444675000035204,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 58.41862000001129,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 59.56241599994246,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 57.90154699992854,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 58.52068399998825,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 58.90265299996827,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 58.218435000046156,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 58.707946000038646,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 58.55994000006467,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 454573.69043799996,
"end": 455129.255388,
"runtime": 556,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-first-param/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 0.4874759999802336,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 63.032954000052996,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 61.55665099993348,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 60.66000599996187,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 62.61037400003988,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 61.12553099996876,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 62.129377000033855,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 61.71570500009693,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 61.48005699994974,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 455264.020201,
"end": 455803.388586,
"runtime": 539,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-comments/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 0.49099299998488277,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 60.97305899998173,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 59.73168800002895,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 59.422208999982104,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 59.48061199998483,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 59.716901000007056,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 59.64651499991305,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 59.28105200000573,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 60.911957000033,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 455918.653261,
"end": 457020.83266300004,
"runtime": 1102,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 0.4302289999322966,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 62.64348199998494,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 60.35367600002792,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 58.93532599997707,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 59.842972000013106,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 59.86755500000436,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 59.75289900007192,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 59.42778599995654,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 59.580027999938466,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 0.3887509999331087,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 62.085211000056006,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 59.52326799998991,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 60.20267100003548,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 58.568732999963686,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 58.5623070000438,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 58.62062900001183,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 61.07027999998536,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 61.250143000041135,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 457137.30256400007,
"end": 457688.48934500007,
"runtime": 551,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for-of/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 0.38534499995876104,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 61.86746300000232,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 60.854874999960884,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 58.65264800004661,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 59.673769999993965,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 60.05831700004637,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 60.06093300005887,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 59.113579999888316,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 59.00173100002576,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "continue-and-break-comment-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -213,13 +213,13 @@\n do {\n break; /* comment */\n } while (true);\n \n label1: for (;;) {\n - continue label1 /* comment */;\n + continue label1; /* comment */\n }\n \n label2: {\n - break label2 /* comment */;\n + break label2; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 136)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncontinue-and-break-comment-without-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-without-blocks.js format 1`\n \n - Snapshot - 57\n + Received + 36\n \n @@ -100,51 +100,39 @@\n label1: for (;;) continue label1\n // comment\n ;\n \n =====================================output=====================================\n - for (;;)\n - continue;\n - // comment\n + for (;;) continue;\n + // comment\n \n - for (;;)\n - break;\n - // comment\n + for (;;) break;\n + // comment\n \n - for (const f of [])\n - continue;\n - // comment\n + for (const f of []) continue;\n + // comment\n \n - for (const f of [])\n - break;\n - // comment\n + for (const f of []) break;\n + // comment\n \n - for (const f in {})\n - continue;\n - // comment\n + for (const f in {}) continue;\n + // comment\n \n - for (const f in {})\n - break;\n - // comment\n + for (const f in {}) break;\n + // comment\n \n - for (;;)\n - continue; // comment\n + for (;;) continue; // comment\n \n - for (;;)\n - break; // comment\n + for (;;) break; // comment\n \n - for (const f of [])\n - continue; // comment\n + for (const f of []) continue; // comment\n \n - for (const f of [])\n - break; // comment\n + for (const f of []) break; // comment\n \n - for (const f in {})\n - continue; // comment\n + for (const f in {}) continue; // comment\n \n - for (const f in {})\n - break; // comment\n + for (const f in {}) break; // comment\n \n for (;;) continue; /* comment */\n \n for (;;) break; /* comment */\n \n @@ -154,43 +142,34 @@\n \n for (const f in {}) continue; /* comment */\n \n for (const f in {}) break; /* comment */\n \n - for (;;)\n - continue;\n - /* comment */\n + for (;;) continue;\n + /* comment */\n \n - for (;;)\n - break;\n - /* comment */\n + for (;;) break;\n + /* comment */\n \n - for (const f of [])\n - continue;\n - /* comment */\n + for (const f of []) continue;\n + /* comment */\n \n - for (const f of [])\n - break;\n - /* comment */\n + for (const f of []) break;\n + /* comment */\n \n - for (const f in {})\n - continue;\n - /* comment */\n + for (const f in {}) continue;\n + /* comment */\n \n - for (const f in {})\n - break;\n - /* comment */\n + for (const f in {}) break;\n + /* comment */\n \n - label1: for (;;) continue label1 /* comment */;\n + label1: for (;;) continue label1; /* comment */\n \n - label1: for (;;)\n - continue label1;\n - /* comment */\n + label1: for (;;) continue label1;\n + /* comment */\n \n - label1: for (;;)\n - continue label1; // comment\n + label1: for (;;) continue label1; // comment\n \n - label1: for (;;)\n - continue label1;\n - // comment\n + label1: for (;;) continue label1;\n + // comment\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 136)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 61,
"numPendingTests": 0,
"perfStats": {
"start": 457807.036548,
"end": 461683.958527,
"runtime": 3877,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 5,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.4038299999665469,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.749193000025116,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.74300200003199,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.64161900000181,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.77847599994857,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 58.68528099998366,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 59.29975000000559,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 61.00416699994821,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.132380000082776,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 0.7270370000042021,
"failureMessages": [
"continue-and-break-comment-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -213,13 +213,13 @@\n do {\n break; /* comment */\n } while (true);\n \n label1: for (;;) {\n - continue label1 /* comment */;\n + continue label1; /* comment */\n }\n \n label2: {\n - break label2 /* comment */;\n + break label2; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 136)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 65.9937439999776,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 65.24785200005863,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 61.549848000053316,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 61.62753599998541,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 62.642150999978185,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 62.01691900007427,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 61.47104600002058,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 62.56054800003767,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 0.4755139999324456,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 75.76874600001611,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 62.13681199995335,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 63.7116049999604,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 61.757569000008516,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 61.40032299992163,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 61.14526400004979,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 61.49015800002962,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 63.65629999991506,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 0.9452579999342561,
"failureMessages": [
"continue-and-break-comment-without-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-without-blocks.js format 1`\n \n - Snapshot - 57\n + Received + 36\n \n @@ -100,51 +100,39 @@\n label1: for (;;) continue label1\n // comment\n ;\n \n =====================================output=====================================\n - for (;;)\n - continue;\n - // comment\n + for (;;) continue;\n + // comment\n \n - for (;;)\n - break;\n - // comment\n + for (;;) break;\n + // comment\n \n - for (const f of [])\n - continue;\n - // comment\n + for (const f of []) continue;\n + // comment\n \n - for (const f of [])\n - break;\n - // comment\n + for (const f of []) break;\n + // comment\n \n - for (const f in {})\n - continue;\n - // comment\n + for (const f in {}) continue;\n + // comment\n \n - for (const f in {})\n - break;\n - // comment\n + for (const f in {}) break;\n + // comment\n \n - for (;;)\n - continue; // comment\n + for (;;) continue; // comment\n \n - for (;;)\n - break; // comment\n + for (;;) break; // comment\n \n - for (const f of [])\n - continue; // comment\n + for (const f of []) continue; // comment\n \n - for (const f of [])\n - break; // comment\n + for (const f of []) break; // comment\n \n - for (const f in {})\n - continue; // comment\n + for (const f in {}) continue; // comment\n \n - for (const f in {})\n - break; // comment\n + for (const f in {}) break; // comment\n \n for (;;) continue; /* comment */\n \n for (;;) break; /* comment */\n \n @@ -154,43 +142,34 @@\n \n for (const f in {}) continue; /* comment */\n \n for (const f in {}) break; /* comment */\n \n - for (;;)\n - continue;\n - /* comment */\n + for (;;) continue;\n + /* comment */\n \n - for (;;)\n - break;\n - /* comment */\n + for (;;) break;\n + /* comment */\n \n - for (const f of [])\n - continue;\n - /* comment */\n + for (const f of []) continue;\n + /* comment */\n \n - for (const f of [])\n - break;\n - /* comment */\n + for (const f of []) break;\n + /* comment */\n \n - for (const f in {})\n - continue;\n - /* comment */\n + for (const f in {}) continue;\n + /* comment */\n \n - for (const f in {})\n - break;\n - /* comment */\n + for (const f in {}) break;\n + /* comment */\n \n - label1: for (;;) continue label1 /* comment */;\n + label1: for (;;) continue label1; /* comment */\n \n - label1: for (;;)\n - continue label1;\n - /* comment */\n + label1: for (;;) continue label1;\n + /* comment */\n \n - label1: for (;;)\n - continue label1; // comment\n + label1: for (;;) continue label1; // comment\n \n - label1: for (;;)\n - continue label1;\n - // comment\n + label1: for (;;) continue label1;\n + // comment\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 136)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 66.2928280000342,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 63.1788350000279,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 61.55656399996951,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 62.06753200001549,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 61.793141999980435,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 62.43274900002871,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 63.268815999967046,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 61.57693300000392,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 0.40115500008687377,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 60.79766500007827,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 58.56758599996101,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 58.73761199996807,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 58.618070999975316,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 59.05974799999967,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 59.60522599995602,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 58.2647870000219,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 59.978811000008136,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 0.41689400002360344,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 61.1768789999187,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 60.69753000000492,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 59.76713400008157,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 58.8119739999529,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 60.45946799998637,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 61.18372199998703,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 59.90488000004552,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 60.7854379999917,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 0.4205710000824183,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 58.06908000004478,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 58.30193900002632,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 58.93678500002716,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 58.61663699999917,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 58.35034999996424,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 58.78834199998528,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 59.64378399995621,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 58.285511999973096,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 461823.838684,
"end": 462373.775231,
"runtime": 550,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for-await/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"for-await.js"
],
"duration": 0.48183599999174476,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 62.36343400005717,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 62.45815999992192,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 60.47320700006094,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 60.229303999920376,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 61.137868999969214,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 60.761332000023685,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 60.51982200006023,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 60.73636999994051,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 462518.438959,
"end": 463585.187526,
"runtime": 1067,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/expression_statement/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 0.4663769999751821,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 59.442586999968626,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 58.80431200005114,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 58.68438899994362,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 58.04035899997689,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 58.74170300003607,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 61.60994900006335,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 62.85450699995272,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 59.50319900002796,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 0.44583799992688,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 59.29485899989959,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 58.77018999995198,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 58.43143500003498,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 58.735435000038706,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 57.831867999979295,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 58.91665800008923,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 58.42395900003612,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 59.45216799993068,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "binary_and_template.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary_and_template.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {} + foo)``;\n \n =====================================output=====================================\n - export default (function () {} + foo)``;\n + export default ((function () {}) + foo)``;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbody.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}[1] = 1);\n \n =====================================output=====================================\n - export default (class {}[1] = 1);\n + export default ((class {})[1] = 1);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass_instance.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class_instance.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}.getInstance());\n \n =====================================output=====================================\n - export default (class {}.getInstance());\n + export default (class {}).getInstance();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction_tostring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function_tostring.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {}).toString();\n \n =====================================output=====================================\n - export default (function () {}.toString());\n + export default (function () {}).toString();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 50,
"numPendingTests": 0,
"perfStats": {
"start": 463714.44523700007,
"end": 466974.66245,
"runtime": 3260,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 0.5552140000509098,
"failureMessages": [
"binary_and_template.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary_and_template.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {} + foo)``;\n \n =====================================output=====================================\n - export default (function () {} + foo)``;\n + export default ((function () {}) + foo)``;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 59.73930799996015,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 59.83796299993992,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 59.44232099992223,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 60.205420000012964,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 60.60596600000281,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 60.56675100000575,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 59.900205000070855,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 59.748022000072524,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 0.6012399999890476,
"failureMessages": [
"body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}[1] = 1);\n \n =====================================output=====================================\n - export default (class {}[1] = 1);\n + export default ((class {})[1] = 1);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 60.11457499989774,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 60.00986800005194,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 59.56372099998407,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 59.2850300000282,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 59.84493999998085,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 60.17149199999403,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 61.99227000004612,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 61.32387700001709,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 0.5606039999984205,
"failureMessages": [
"class_instance.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class_instance.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}.getInstance());\n \n =====================================output=====================================\n - export default (class {}.getInstance());\n + export default (class {}).getInstance();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 59.2345600000117,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 58.99122900003567,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 60.26083100005053,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 59.830719999969006,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 59.839153000037186,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 60.27882100001443,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 60.1081299999496,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 59.626081999973394,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 0.3837020000210032,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 61.43078199995216,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 59.85790099995211,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 58.677292999927886,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 60.02308600000106,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 60.45084800000768,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 61.65371700003743,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 60.12046999996528,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 60.96184500004165,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 0.6249349999707192,
"failureMessages": [
"function_tostring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function_tostring.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {}).toString();\n \n =====================================output=====================================\n - export default (function () {}.toString());\n + export default (function () {}).toString();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 61.824285999988206,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 61.357526000007056,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 58.94123600004241,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 58.32369499991182,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 58.280416999943554,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 59.512690000003204,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 61.08270799997263,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 58.870728000067174,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 0.38181799999438226,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 58.56286399997771,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 59.52422099991236,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 58.78345400001854,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 59.82665800000541,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 59.03387400007341,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 60.79917100002058,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 60.41152500000317,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 59.64457899995614,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 90,
"numPendingTests": 0,
"perfStats": {
"start": 467116.083959,
"end": 472513.74599100003,
"runtime": 5398,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/es6modules/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 0.4749220000812784,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 59.957320000045,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 59.82372599991504,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 61.170593999908306,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 62.96576599997934,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 58.82426299992949,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 59.30500099994242,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 59.21901599992998,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 60.31517099996563,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 0.3778300000121817,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 60.39070599991828,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 59.546808999963105,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 60.54206200002227,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 68.04071199998725,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 62.07246199995279,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 59.14060199994128,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 59.248131999978796,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 59.339601999963634,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 0.43634000001475215,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 60.39866599999368,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 59.98614300007466,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 59.77839099999983,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 59.842443999950774,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 59.14223499991931,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 59.71332599991001,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 59.00895000004675,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 59.17475000000559,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 0.3814169999677688,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 59.42853999999352,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 60.27562800003216,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 62.906646999996156,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 62.226123000029474,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 59.443705999990925,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 60.583129000035115,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 60.67795100004878,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 60.51953299995512,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 0.39853900007437915,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 60.043937999987975,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 59.878127000061795,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 60.96881500002928,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 59.023799999966286,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 58.636684999917634,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 60.4564900000114,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 60.23311099992134,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 61.19939600001089,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 0.39138599997386336,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 59.5617070000153,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 60.95919399999548,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 60.80859299993608,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 60.053003999986686,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 59.09851099993102,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 60.823583999997936,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 59.80777199997101,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 60.02717100002337,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 0.401655999943614,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 59.565890999976546,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 58.7472500000149,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 58.57557399990037,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 58.45728900004178,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 58.46708700002637,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 58.57007699995302,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 59.405612999922596,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 58.21434100007173,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 0.3905540000414476,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 58.35286199999973,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 60.671579000074416,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 58.525007000076585,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 58.60652699996717,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 59.31255500006955,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 58.99381999997422,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 58.53555300005246,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 59.193713999935426,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 0.40903900004923344,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 60.23573200008832,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 58.78456699999515,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 59.206471999990754,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 58.72674499999266,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 60.19280200009234,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 59.33829500002321,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 58.786100999917835,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 58.84228899993468,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 0.3747529999818653,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 59.11193800007459,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 58.951478000031784,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 60.58228899992537,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 61.69275300006848,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 61.48097000003327,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 63.187414000043646,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 58.96092899993528,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 59.69229000003543,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 472665.96434700006,
"end": 473751.07025299995,
"runtime": 1085,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty-statement/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"body.js"
],
"duration": 0.492234000004828,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 62.545985999982804,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 65.01796399999876,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 61.01565700001083,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 61.2524310000008,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 60.44613500009291,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 60.405901000020094,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 60.810691000078805,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 59.484060999937356,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 0.38119599991478026,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 58.90591400000267,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 59.268337000044994,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 58.90293799992651,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 60.135659000021406,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 58.103195000090636,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 59.61036699998658,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 59.38420099997893,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 59.786421999917366,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 473893.64022600005,
"end": 475540.36518400005,
"runtime": 1647,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty-paren-comment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"class-property.js"
],
"duration": 0.4779479999560863,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 64.22581099998206,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 61.29148399992846,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 60.73448500002269,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 60.7320329999784,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 59.582548999926075,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 60.85926599998493,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 60.77587100001983,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 60.13594499998726,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 0.435628000064753,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 60.08497800002806,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 60.337409000028856,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 59.62830999994185,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 60.00858899997547,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 58.45438899996225,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 58.72662099997979,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 59.24401000002399,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 59.3202450000681,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 0.3840319999726489,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 65.87942099990323,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 62.023784999968484,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 61.285236999974586,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 61.82178200001363,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 60.593150999979116,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 62.52309799997602,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 61.544299000059254,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 62.726340999943204,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 5\n + Received + 1\n \n @@ -89,15 +89,11 @@\n // code\n }\n \n try {\n // code\n - } catch ({\n - data: {\n - message: { errors },\n - },\n - }) {\n + } catch ({ data: { message: { errors } } }) {\n // code\n }\n \n const obj = {\n func(id, { blog: { title } }) {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 143)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 17,
"numPendingTests": 0,
"perfStats": {
"start": 475685.25845500006,
"end": 476810.37126700004,
"runtime": 1125,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/destructuring/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.7454700000816956,
"failureMessages": [
"destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 5\n + Received + 1\n \n @@ -89,15 +89,11 @@\n // code\n }\n \n try {\n // code\n - } catch ({\n - data: {\n - message: { errors },\n - },\n - }) {\n + } catch ({ data: { message: { errors } } }) {\n // code\n }\n \n const obj = {\n func(id, { blog: { title } }) {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 143)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 70.39410299994051,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 65.78985900001135,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 65.2870239999611,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 63.73441399994772,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 63.86948200000916,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 65.47874300007243,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 66.30968700000085,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 64.507501999964,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 0.37659900006838143,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 59.89932899991982,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 59.28482699999586,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 58.88737300003413,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 59.129340999992564,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 59.084617999964394,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 59.04861300007906,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 61.50947900000028,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 59.02157400001306,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 476953.772616,
"end": 477486.990653,
"runtime": 533,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/computed-props/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"classes.js"
],
"duration": 0.5982850000727922,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 59.252881999942474,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 59.413546000025235,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 59.43499300000258,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 59.53342800005339,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 58.96609200001694,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 58.06331200001296,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 58.208727000048384,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 58.44366800005082,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 108,
"numPendingTests": 0,
"perfStats": {
"start": 477608.830885,
"end": 484103.57501,
"runtime": 6495,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"asi.js"
],
"duration": 0.4028280000202358,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 59.24828499997966,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 60.06365000002552,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 59.730810000095516,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 58.94314599991776,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 59.09379099996295,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 58.77280300005805,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 58.448472999967635,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 58.74834099994041,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 0.39734699996188283,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 70.09933399991132,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 62.731362999998964,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 60.48781700001564,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 60.75379600003362,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 60.496255000005476,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 62.24453300004825,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 60.897383000003174,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 63.41433000005782,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 0.38268899999093264,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 73.63468999997713,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 60.735218000016175,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 58.180051999981515,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 59.23431900003925,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 58.70520600001328,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 58.96277699992061,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 57.922218000050634,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 59.53081799997017,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 0.3823589999228716,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.60844400001224,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.66777499997988,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 57.83967999997549,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.456998000037856,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.00123200006783,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 58.926425000070594,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.723271999973804,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.459519000025466,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 0.37822999991476536,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 62.02767500001937,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 61.98722600005567,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 59.411083000013605,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 60.08050999999978,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 59.309685999993235,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 60.61583599995356,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 61.3888759999536,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 60.540169000043534,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.38045499997679144,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 60.400738000054844,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 60.05149599991273,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 59.4267890000483,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 59.285931000020355,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 59.23491100000683,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 59.54266500007361,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 59.47601199999917,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 58.82852800004184,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 0.36356299999170005,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 60.09799100004602,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 59.900514999986626,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 59.401797999977134,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 60.47187299991492,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 59.373918999917805,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 59.23656800005119,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 59.49291899998207,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 58.75905500003137,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 0.4371409999439493,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 59.469450999982655,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 60.611281999968924,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 60.93032000004314,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 59.8065550000174,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 59.00598200003151,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 58.94980899989605,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 59.44779499992728,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 58.929684999980964,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 0.3805350000038743,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 59.14366099995095,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 60.04570200003218,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 58.251422000001185,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 60.05372600001283,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 57.68167700001504,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 58.54195999994408,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 58.73931299999822,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 59.579547000001185,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 0.38909099996089935,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 60.28876200004015,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 60.46089099999517,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 60.012801999924704,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 60.20546900003683,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 59.600221999920905,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 66.14739000005648,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 62.20392600004561,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 60.521859999978915,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 0.3868370000272989,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 60.71296999999322,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 59.86051100003533,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 59.425371999968775,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 58.85243299999274,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 60.210848000016995,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 59.789626999991015,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 58.93499400001019,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 59.0847739999881,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 0.3945809999713674,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 60.669205000041984,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 58.75494999997318,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 58.40781900007278,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 57.91735499992501,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 59.45523500000127,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 59.46766199998092,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 58.08370200009085,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 57.91341299994383,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "misc.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `misc.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,11 +10,12 @@\n }\n }\n \n =====================================output=====================================\n class x {\n - focus() { // comment 1\n + focus() {\n + // comment 1\n // comment 2\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 146)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 26,
"numPendingTests": 0,
"perfStats": {
"start": 484254.12545,
"end": 485892.91378,
"runtime": 1639,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-comment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"class-property.js"
],
"duration": 0.5007019999902695,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 59.97139900003094,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 61.274448000011034,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 60.04483099991921,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 60.20092299999669,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 59.030085999984294,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 60.18316599994432,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 59.72399500000756,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 60.73293800000101,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 0.5948579999385402,
"failureMessages": [
"misc.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `misc.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,11 +10,12 @@\n }\n }\n \n =====================================output=====================================\n class x {\n - focus() { // comment 1\n + focus() {\n + // comment 1\n // comment 2\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 146)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 60.035873000044376,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 60.00621099991258,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 58.374041000031866,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 58.990325999911875,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 59.548702000058256,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 59.79910900001414,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 61.94076699996367,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 59.65703200001735,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 0.38730800000485033,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 64.09179800003767,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 63.03760400007013,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 61.69893499999307,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 60.454783999943174,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 59.9876289999811,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 61.55855600000359,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 63.40758100000676,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 61.89855300006457,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,15 +11,15 @@\n \n new (a?.b)();\n new (a?.())();\n \n =====================================output=====================================\n - (a?.b).c;\n - (a?.()).b;\n + a?.b.c;\n + a?.().b;\n \n - (a?.b)();\n - (a?.())();\n + a?.b();\n + a?.()();\n \n new (a?.b)();\n new (a?.())();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 147)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 486040.27257,
"end": 486587.735653,
"runtime": 547,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/chain-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"test.js"
],
"duration": 0.8177779999095947,
"failureMessages": [
"test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,15 +11,15 @@\n \n new (a?.b)();\n new (a?.())();\n \n =====================================output=====================================\n - (a?.b).c;\n - (a?.()).b;\n + a?.b.c;\n + a?.().b;\n \n - (a?.b)();\n - (a?.())();\n + a?.b();\n + a?.()();\n \n new (a?.b)();\n new (a?.())();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 147)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.11583300004713,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.640408999985084,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 61.068201999994926,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.52365600003395,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.14926199999172,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 60.483770999941044,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 59.73881100001745,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 63.1737059999723,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 36,
"numPendingTests": 0,
"perfStats": {
"start": 486713.986278,
"end": 489060.274791,
"runtime": 2346,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/break-calls/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"break.js"
],
"duration": 0.4237770000472665,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 76.07574699993711,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 71.2605029999977,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 63.84085299994331,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 62.71152799995616,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 63.46369500004221,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 64.41299300000537,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 63.68527899996843,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 64.37936000002082,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 0.46772900002542883,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 65.15549400006421,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 62.876470000017434,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 62.05611200002022,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 61.136710999999195,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 59.336492000031285,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 59.7527429999318,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 62.40174899995327,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 60.341399999917485,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 0.39221700001508,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 92.7153039999539,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 67.2680339999497,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 65.28846800001338,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 68.34250200004317,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 68.03350599994883,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 65.89062200009357,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 66.62865800003055,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 66.07381900004111,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 0.3870779999997467,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 61.13125500001479,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 61.944142000051215,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 59.98612500005402,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 60.4024779999163,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 60.41606600000523,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 60.177702999906614,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 60.975399999995716,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 60.506753999972716,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 489203.29389500007,
"end": 489801.639977,
"runtime": 598,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/binary_math/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"parens.js"
],
"duration": 0.4735510000027716,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 74.12286699994002,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 71.97761800000444,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 66.97261200007051,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 64.99684000003617,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 62.29607300006319,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 65.14126099995337,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 63.578821000061,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 65.59078900003806,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 489939.83136400004,
"end": 490478.41331699997,
"runtime": 539,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/big-int/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"literal.js"
],
"duration": 0.5441130000399426,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 60.05014099995606,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 60.340861999895424,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 58.33038499997929,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 58.56921200000215,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 60.04192499991041,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 59.11922499991488,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 59.29480499995407,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 60.39560499996878,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -11,11 +11,13 @@\n );}\n \n =====================================output=====================================\n async function f() {\n await Promise.all(\n - (await readdir(\"src\")).map(async (path) => {\n + (\n + await readdir(\"src\")\n + ).map(async (path) => {\n import(`./${path}`);\n }),\n );\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 151)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 89,
"numPendingTests": 0,
"perfStats": {
"start": 490594.758741,
"end": 496115.553826,
"runtime": 5521,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 9,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/async/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 0.5025450000539422,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 60.6719930000836,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 60.107308999984525,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 59.94147099996917,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 60.12320299993735,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 59.66502099996433,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 60.1067950000288,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 60.816677000024356,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 61.506027999916114,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 0.3954440000234172,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 60.732974000042304,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 60.92207899992354,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 61.29617300000973,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 61.16398599999957,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 60.978123000008054,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 60.22878700005822,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 60.04520099994261,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 60.52655399998184,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 0.41576199990231544,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 64.15929500001948,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 62.63754000002518,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 62.42823899991345,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 62.73890700004995,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 62.48316199996043,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 66.07654000003822,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 64.35831000003964,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 63.307835999992676,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 0.4024170000338927,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 63.53496799990535,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 62.50643800001126,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 61.25262899999507,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 60.37283699994441,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 61.11379199998919,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 61.06598800001666,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 62.83830400009174,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 62.95252600009553,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 0.38721700001042336,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 60.65182700008154,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 60.64515100000426,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 59.62234100000933,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 60.74228700005915,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 59.42768799990881,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 60.262991999974474,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 60.40700500004459,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 61.874904999975115,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 0.39619400002993643,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 63.18094099999871,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 63.08529100008309,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 61.2485769999912,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 61.651496000005864,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 60.1842080000788,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 60.997412999975495,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 61.07765500003006,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 61.91721700003836,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 0.4035680000670254,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 61.10499800008256,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 60.97812500002328,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 60.166486000060104,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 60.346650999970734,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 60.38415499997791,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 60.211198000004515,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 60.74072200001683,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 60.08218499994837,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 0.6710009999806061,
"failureMessages": [
"nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -11,11 +11,13 @@\n );}\n \n =====================================output=====================================\n async function f() {\n await Promise.all(\n - (await readdir(\"src\")).map(async (path) => {\n + (\n + await readdir(\"src\")\n + ).map(async (path) => {\n import(`./${path}`);\n }),\n );\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 151)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 64.79681799991522,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 60.743757999967784,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 60.9888599999249,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 61.28317400009837,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 60.4148259999929,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 60.53804800007492,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 61.05672400002368,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 63.35568899998907,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 0.3829300000797957,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 61.002510000020266,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 61.18488499999512,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 60.54734399996232,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 60.43367300007958,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 60.04587100003846,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 62.115600000019185,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 61.03490700002294,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 60.70324800000526,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 0.4463890000479296,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 60.91130499995779,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 60.876779000042006,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 61.92772499995772,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 60.75120399997104,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 60.24211699992884,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 60.64619399991352,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 62.57198200002313,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 60.83265500003472,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 496263.473221,
"end": 496800.388458,
"runtime": 537,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 0.5096579999662936,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 60.57753699994646,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 59.697809000033885,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 58.527051000040956,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 59.14627299993299,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 59.275774999987334,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 59.49435099994298,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 59.801225999952294,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 60.3432310000062,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "discussion-15196.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `discussion-15196.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -41,14 +41,14 @@\n await looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n await looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n await looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(await looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(await looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n \n const longlonglonglonglonglonglong1 = await new Promise((resolve, reject) => {\n setTimeout(() => {\n resolve(\"foo\");\n }, 300);\n @@ -68,14 +68,14 @@\n yield looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n yield looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n yield looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(yield looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(yield looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n const loooooooooooooooooooooooooong6 =\n yield* looooooooooooooong.looooooooooooooong.loooooong;\n \n const longlonglonglonglonglonglong1 = yield qwertyuiop(\n asdfghjkl,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 153)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-15534.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-15534.js format 1`\n \n - Snapshot - 6\n + Received + 9\n \n @@ -10,15 +10,18 @@\n \n params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n =====================================output=====================================\n - params[\"redirectTo\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\n + \"redirectTo\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params[\"redirectTo\"][\"codePointAt\"][\"name\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\"redirectTo\"][\"codePointAt\"][\n + \"name\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params.redirectTo.bar.bar.ba.barab[\n + \"foo\"\n + ].abr = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 153)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 241,
"numPendingTests": 0,
"perfStats": {
"start": 496946.743999,
"end": 511849.01172,
"runtime": 14902,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 25,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 0.49888800003100187,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 61.900630000047386,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 59.57676999992691,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 59.66049799998291,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 59.476832999964245,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 59.36349100002553,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 59.9405539999716,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 60.801440999959596,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 61.006669000023976,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 0.3929980000248179,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 61.23016999999527,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 60.849623000016436,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 59.9881629999727,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 61.254712000023574,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 59.99931900005322,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 65.24270699999761,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 63.02478500001598,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 60.68458500003908,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 0.4187979999696836,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 60.179313000058755,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 60.53961300000083,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 59.87375599995721,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 59.89093300001696,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 59.20962499990128,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 59.414571000030264,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 59.578731999965385,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 59.82051999995019,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 0.40490099997259676,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 61.41728499997407,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 61.91114500002004,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 61.211878999951296,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 59.72228999994695,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 59.85624200000893,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 60.46715799998492,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 62.03951699996833,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 59.63219799997751,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 0.3922780000139028,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 59.81183699995745,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 61.63022499997169,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 60.73552300001029,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 61.605359000037424,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 60.051459999987856,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 60.95578800002113,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 61.33458000002429,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 62.4871549999807,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 0.40468100004363805,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 63.50757999997586,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 61.70023200009018,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 61.90417700004764,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 61.67210199998226,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 60.40214200003538,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 62.43183199991472,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 62.21496799995657,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 61.365211000083946,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.40365899994503707,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 63.617836000048555,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 61.803017000085674,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 64.52583300007973,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 64.15935700002592,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 61.22176300000865,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 60.31130200007465,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 60.44364900002256,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 61.16611499991268,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 0.7086220000637695,
"failureMessages": [
"discussion-15196.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `discussion-15196.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -41,14 +41,14 @@\n await looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n await looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n await looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(await looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(await looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n \n const longlonglonglonglonglonglong1 = await new Promise((resolve, reject) => {\n setTimeout(() => {\n resolve(\"foo\");\n }, 300);\n @@ -68,14 +68,14 @@\n yield looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n yield looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n yield looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(yield looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(yield looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n const loooooooooooooooooooooooooong6 =\n yield* looooooooooooooong.looooooooooooooong.loooooong;\n \n const longlonglonglonglonglonglong1 = yield qwertyuiop(\n asdfghjkl,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 153)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 96.9508560000686,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 68.68463799997699,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 64.41081600007601,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 63.40562099998351,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 63.08946700009983,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 70.32349500001874,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 64.76884199993219,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 65.58684399991762,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 0.38710799999535084,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 61.4920169999823,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 60.933795999968424,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 59.54118999990169,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 60.30977300007362,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 60.45294400001876,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 60.17737200006377,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 59.74967499997001,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 60.16548399999738,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 0.4925059999804944,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 59.490578999975696,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 60.12035400001332,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 60.39453099993989,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 59.188743000035174,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 59.37371900002472,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 60.36302799999248,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 59.87270199996419,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 60.98839999991469,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 0.6097559999907389,
"failureMessages": [
"issue-15534.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-15534.js format 1`\n \n - Snapshot - 6\n + Received + 9\n \n @@ -10,15 +10,18 @@\n \n params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n =====================================output=====================================\n - params[\"redirectTo\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\n + \"redirectTo\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params[\"redirectTo\"][\"codePointAt\"][\"name\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\"redirectTo\"][\"codePointAt\"][\n + \"name\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params.redirectTo.bar.bar.ba.barab[\n + \"foo\"\n + ].abr = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 153)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 64.42215999995824,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 65.81765500002075,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 61.929853999987245,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 61.439602999947965,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 62.50586999999359,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 61.35584500001278,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 62.504294000100344,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 61.742809999966994,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 0.39001299999654293,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 60.433786000008695,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 60.54437300004065,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 59.73259000002872,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 60.255096000037156,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 60.41382200003136,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 61.3374279999407,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 59.83902900002431,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 60.45346700004302,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 0.41518100001849234,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 60.33907999994699,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 60.33898899995256,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 60.20098900003359,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 59.234393000020646,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 60.6691400000127,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 60.236904999939725,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 59.85521000006702,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 60.53254399995785,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 0.4062530000228435,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 60.176783000002615,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 60.680982999969274,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 60.18266399996355,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 61.987823999952525,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 60.52726400003303,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 61.16220599994995,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 59.82924899994396,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 60.147308000014164,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 0.3970770000014454,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 62.1799319999991,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 61.26907699997537,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 60.60795899992809,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 60.53497000003699,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 60.62369900010526,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 61.52112599997781,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 61.034857999999076,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 64.30133599997498,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 0.44190099998377264,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 59.93376000004355,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 60.26720900007058,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 59.82042399991769,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 59.780747000011615,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 61.52845899993554,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 60.021326999994926,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 61.15747500001453,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 61.20722300000489,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 0.4009040000382811,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 61.153047000057995,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 61.11849400005303,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 59.71490599995013,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 61.33119599998463,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 60.734506999957375,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 59.8482499999227,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 60.36986199999228,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 60.22961799998302,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 0.40589399996679276,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 62.27581800008193,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 60.525309000047855,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 59.605839999974705,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 60.21957000007387,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 59.233912000083365,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 60.43170800001826,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 61.00330500002019,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 60.13403199997265,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 0.40915900003165007,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 62.16911399993114,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 63.229346000007354,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 61.90964800002985,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 60.872335999971256,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 61.71040600002743,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 61.31559599994216,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 61.27107999997679,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 60.991390000097454,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 0.3964350000023842,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 66.35883500007913,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 64.15205200004857,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 62.369853000040166,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 62.073414000100456,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 63.41633100004401,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 62.592443999950774,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 62.53862600005232,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 63.24852899997495,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 0.43321500008460134,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 62.032566000008956,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 59.15981800004374,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 59.369713000021875,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 59.26416099991184,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 59.15584400005173,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 59.68924700003117,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 59.90052500006277,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 59.69113299995661,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 0.40542199998162687,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 60.974265999975614,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 60.009645999991335,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 59.695438999915496,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 59.74667000002228,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 91.2696129999822,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 61.55067699996289,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 60.72791000001598,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 59.766041999915615,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 0.4348180000670254,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 59.683912999928,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 59.73031200002879,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 59.22976999997627,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 59.393410000018775,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 59.72606699995231,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 59.339080000063404,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 59.339355000061914,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 59.310055000009015,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 0.3987399999750778,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 61.391294999979436,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 59.53672199998982,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 58.605193999945186,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 59.476159999961965,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 60.15863600000739,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 59.73425500001758,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 61.111896999995224,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 59.067929000011645,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 0.39482199994381517,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 63.053661999991164,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 61.19491699989885,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 61.45897400006652,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 61.207777000032365,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 61.603859000024386,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 60.91273800004274,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 62.70390500000212,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 61.4664960000664,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 0.45671900000888854,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 63.1002650000155,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 62.24761500000022,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 61.42214599996805,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 61.08100300002843,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 61.84708100010175,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 60.48261900001671,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 60.87620399997104,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 61.07714599999599,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 0.3983689999440685,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 60.87411199999042,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 60.599434999981895,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 59.18948700011242,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 59.87261600000784,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 59.09249499998987,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 59.846402000053786,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 59.85095800005365,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 61.32056200003717,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 54,
"numPendingTests": 0,
"perfStats": {
"start": 512001.32797399996,
"end": 515342.810183,
"runtime": 3341,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment-comments/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"call.js"
],
"duration": 0.4731090000132099,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.7688710000366,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 61.02759900002275,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.70954599999823,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.46704100002535,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.8878679999616,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.615809999988414,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.486233999952674,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 60.63771899999119,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 0.4504960000049323,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 61.03745900001377,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 60.85770399996545,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 59.22203899989836,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 59.78211399994325,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 60.133502000011504,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 62.127254000050016,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 60.009720999980345,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 59.913971000001766,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 0.38893000001553446,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 81.70600299991202,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 63.236004000063986,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 67.7337149999803,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 61.59902399999555,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 61.94171499996446,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 62.67028600000776,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 63.5498170000501,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 64.21953400003258,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 0.37443399999756366,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 59.97383599996101,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 61.211738999933004,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 58.25681499997154,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 60.121566999936476,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 61.368063999922015,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 60.80734199995641,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 63.15167000005022,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 59.937822000007145,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 0.5173120000399649,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 61.335971000022255,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.92349200008903,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.44727099989541,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.11630100000184,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.14868300000671,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.45819899998605,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 62.4190950000193,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 60.633832999970764,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 0.5439620000543073,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 64.44826099998318,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 63.26946599991061,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 60.71106200001668,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 64.61543399991933,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 62.23734200000763,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 62.270323000033386,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 62.3050580000272,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 63.14630699995905,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 515493.03984399996,
"end": 516036.112226,
"runtime": 543,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/array-spread/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"multiple.js"
],
"duration": 0.48033299995586276,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 60.26590500003658,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 61.25731400004588,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 59.34446499997284,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 60.629613999975845,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 60.7788929999806,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 59.10816399997566,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 59.77449599991087,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 59.60122099996079,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 28,
"numPendingTests": 0,
"perfStats": {
"start": 516183.36678,
"end": 517878.50498,
"runtime": 1695,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/yield/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow.js"
],
"duration": 0.48572300001978874,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 60.61822099995334,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 61.200849999906495,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.982183999964036,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.67638800002169,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.575024000019766,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.8142649999354,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 0.39621499995701015,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 61.573084000032395,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 60.9614930000389,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 61.34424000000581,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 61.680034999968484,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 61.93890700000338,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 61.80815799999982,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 0.39503299992065877,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 61.610758000053465,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 60.34133800002746,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 59.17937599995639,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 59.87793800001964,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 61.15595200005919,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 59.797093000030145,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.3896429999731481,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.463339000009,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.68396799999755,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.35828800010495,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.34693499992136,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.06068800005596,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.801081000012346,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 14,
"numPendingTests": 0,
"perfStats": {
"start": 518004.60107100004,
"end": 518858.85974399996,
"runtime": 854,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/top-level-await/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"example.js"
],
"duration": 0.4577700000954792,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 59.85138599993661,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 61.024119000067,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 59.36248700006399,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 58.799546000082046,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 58.448463000007905,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 58.75868400000036,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 0.4145489999791607,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 59.73907000001054,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 57.89718800003175,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 59.57203700009268,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 58.75325700000394,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 59.142018000013195,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 59.52505699999165,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "return-outside-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-outside-function.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -4,13 +4,8 @@\n | printWidth\n =====================================input======================================\n return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n =====================================output=====================================\n - return (\n - someVeryLongStringA &&\n - someVeryLongStringB &&\n - someVeryLongStringC &&\n - someVeryLongStringD\n - );\n + return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 158)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 6,
"numPendingTests": 0,
"perfStats": {
"start": 519003.677109,
"end": 519419.607654,
"runtime": 416,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/return-outside-function/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 0.7055859999964014,
"failureMessages": [
"return-outside-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-outside-function.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -4,13 +4,8 @@\n | printWidth\n =====================================input======================================\n return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n =====================================output=====================================\n - return (\n - someVeryLongStringA &&\n - someVeryLongStringB &&\n - someVeryLongStringC &&\n - someVeryLongStringD\n - );\n + return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 158)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 59.30927799991332,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 59.14404000004288,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 59.23419200000353,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 59.16254199994728,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 59.377104000071995,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 58.82940199994482,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 49,
"numPendingTests": 0,
"perfStats": {
"start": 519543.05869499996,
"end": 522560.741403,
"runtime": 3018,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 7,
"unchecked": 1,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": [
"graphql.js format 1"
]
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow.js"
],
"duration": 0.45005600003059953,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.52860199997667,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 58.40008799999487,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 58.64489200001117,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.21345899999142,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 60.78022100008093,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 59.45127499999944,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 0.3831899999640882,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.923591000027955,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.76649699988775,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.47609699994791,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.71418899996206,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.282397000002675,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 59.26199199992698,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.5067829999607056,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 62.95212599996012,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.93595900002401,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 62.388066000072286,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.31463000003714,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 60.91801999998279,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 62.2673440000508,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 0.40218600002117455,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 62.058134000049904,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 61.72149500006344,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 62.31647399999201,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 59.972198999952525,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 60.13161099993158,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 59.82754999992903,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 0.43276400002650917,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.041776000056416,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.53393499995582,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.59065499994904,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.12209800002165,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 60.47243299998809,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 59.80910600000061,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 0.40936000004876405,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 70.08107700000983,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 62.596735000028275,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 61.89105199999176,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 62.868232999928296,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 62.80761699995492,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 61.75413299992215,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 0.4338660000357777,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 67.87387299991678,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 61.7394970000023,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 61.27288699999917,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 62.938569999998435,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 64.09571599995252,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 63.27509800007101,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 14,
"numPendingTests": 0,
"perfStats": {
"start": 522700.174478,
"end": 523537.100974,
"runtime": 837,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/newline/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 0.5340940000023693,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 59.59356199996546,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 59.50970799999777,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 59.76061200001277,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 59.78433600009885,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 60.013887999928556,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 59.48257999995258,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 0.3836609999416396,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 61.27507999993395,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 59.21918699995149,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 58.266554999980144,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 59.10638400004245,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 60.24585500010289,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 60.34476899995934,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "dangling-comment-in-arrow-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dangling-comment-in-arrow-function.js format 1`\n \n - Snapshot - 3\n + Received + 4\n \n @@ -8,11 +8,12 @@\n // foo\n ) => {}\n );\n \n =====================================output=====================================\n - foo(() =>\n - // foo\n - {},\n + foo(\n + (\n + // foo\n + ) => {},\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-body-in-mode-break.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body-in-mode-break.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -19,15 +19,13 @@\n );\n }\n \n =====================================output=====================================\n fs.readdirSync(suiteLoc).forEach(function (testName) {\n - (skip ? it.skip : it)(\n - testName,\n - buildTest(binName, testName, opts),\n - 2_000_000,\n - );\n + (skip\n + ? it.skip\n + : it)(testName, buildTest(binName, testName, opts), 2_000_000);\n });\n \n {\n (skip ? it.skip : it)(\n testName,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 110,
"numPendingTests": 0,
"perfStats": {
"start": 523685.133127,
"end": 530659.577636,
"runtime": 6974,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 14,
"unchecked": 1,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": [
"embed.js format 1"
]
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/last-argument-expansion/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow.js"
],
"duration": 0.50856600003317,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 85.11421699996572,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 62.23692900000606,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 62.999576000031084,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 62.6807620000327,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 63.02321400004439,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 61.86502400005702,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 0.4174950000597164,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 60.62810200010426,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 61.084054000035394,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 60.15128100011498,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 59.19459099997766,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 60.26052100001834,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 60.69314200012013,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 0.3988700001500547,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 66.20663500018418,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 61.61331000016071,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 61.46941399993375,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 61.90380199998617,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 62.294964000117034,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 62.79599400004372,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 0.6395830002147704,
"failureMessages": [
"dangling-comment-in-arrow-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dangling-comment-in-arrow-function.js format 1`\n \n - Snapshot - 3\n + Received + 4\n \n @@ -8,11 +8,12 @@\n // foo\n ) => {}\n );\n \n =====================================output=====================================\n - foo(() =>\n - // foo\n - {},\n + foo(\n + (\n + // foo\n + ) => {},\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 60.06805599993095,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 59.02999800001271,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 60.72663799999282,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 60.24759699986316,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 59.29396199993789,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 59.65554499998689,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 0.3912060000002384,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 70.10438399994746,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 63.478086000075564,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 63.88214899995364,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 62.33409700007178,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 64.40307900006883,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 65.26887400005944,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 0.42257399996742606,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 61.074627000140026,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 60.44947599992156,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 61.155547000002116,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 59.414155000122264,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 59.617353999987245,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 59.415913000004366,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 0.39425199991092086,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 60.79727700003423,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 59.87438799999654,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 59.926594000076875,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 59.49313399987295,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 60.14757400006056,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 60.927012000000104,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 0.5737880000378937,
"failureMessages": [
"function-body-in-mode-break.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body-in-mode-break.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -19,15 +19,13 @@\n );\n }\n \n =====================================output=====================================\n fs.readdirSync(suiteLoc).forEach(function (testName) {\n - (skip ? it.skip : it)(\n - testName,\n - buildTest(binName, testName, opts),\n - 2_000_000,\n - );\n + (skip\n + ? it.skip\n + : it)(testName, buildTest(binName, testName, opts), 2_000_000);\n });\n \n {\n (skip ? it.skip : it)(\n testName,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 60.990722000133246,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 59.9972110001836,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 60.19918700004928,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 59.97708600014448,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 61.05888199992478,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 60.7789979998488,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 0.4173240000382066,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 60.02989699994214,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 59.45514199999161,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 60.856545000104234,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 59.084492000052705,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 60.379633999895304,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 59.257305999984965,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 0.4199589998461306,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 62.85514600016177,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 62.362940000137314,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 61.92466499982402,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 61.57571300002746,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 63.82537499978207,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 64.37769399979152,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 0.39022299996577203,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 60.50319699989632,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 60.4113710001111,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 60.58510999986902,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 60.137864999938756,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 60.15052399993874,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 60.915857000043616,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 0.45678899995982647,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 60.85122199985199,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 61.74615599983372,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 60.95131399994716,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 61.10923000006005,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 60.85528700007126,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 60.6717400001362,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.4033480000216514,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 61.07668099994771,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.586748000001535,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.0440289999824,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 59.94689300004393,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 60.82584699988365,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 63.34973599994555,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 0.38323099981062114,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 60.949864000082016,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 59.78837399999611,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 62.625493000028655,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 63.35257699992508,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 63.852071000030264,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 61.30068699992262,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 0.449555000057444,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 67.69799099978991,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 61.96746600000188,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 62.182317999890074,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 62.569142000051215,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 62.71181000000797,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 62.31305500003509,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 0.4196889998856932,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 86.8770689999219,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 63.912652999861166,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 63.727601000107825,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 64.13023400004022,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 71.39781800005585,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 65.6512779998593,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "comment.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n <!--\n alert(1)\n -->\n =====================================output=====================================\n <!--\n - alert(1); \n + alert(1)\n -->\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 162)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 0,
"numPendingTests": 0,
"perfStats": {
"start": 530818.6965290001,
"end": 530879.744713,
"runtime": 61,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/html-like/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.7764489999972284,
"failureMessages": [
"comment.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n <!--\n alert(1)\n -->\n =====================================output=====================================\n <!--\n - alert(1); \n + alert(1)\n -->\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 162)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "satisfies.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `satisfies.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,10 +6,10 @@\n module.exports = /** @satisfies {Record<string, string>} */ ({\n hello: 1337,\n });\n \n =====================================output=====================================\n - module.exports = /** @satisfies {Record<string, string>} */ ({\n + module.exports = /** @satisfies {Record<string, string>} */ {\n hello: 1337,\n - });\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstyled-components.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-components.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -16,14 +16,14 @@\n \n =====================================output=====================================\n const OverlapWrapper =\n /** @type {import('styled-components').ThemedStyledFunction<'div',null,{overlap: boolean}>} */\n (styled.div)`\n - position: relative;\n + position:relative;\n > {\n - position: absolute;\n - bottom: ${(p) => p.overlap === \"previous\" && 0};\n - top: ${(p) => p.overlap === \"next\" && 0};\n - }\n - `;\n + position: absolute;\n + bottom: ${(p) => p.overlap === \"previous\" && 0};\n + top: ${(p) => p.overlap === \"next\" && 0};\n + }\n + `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -37,16 +37,18 @@\n width,\n height,\n ...margins,\n });\n \n - foo = /** @type A */ (#{\n + foo = /** @type A */ (#\n + {\n // comment\n width,\n height,\n ...margins,\n - });\n + }\n + )\n \n foo = /** @type A */ ([\n // comment\n width,\n height,\n @@ -55,9 +57,9 @@\n \n foo = /** @type A */ (#[\n // comment\n width,\n height,\n - ...margins,\n - ]);\n + ...margins,\n + ])\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 3,
"numPassingTests": 35,
"numPendingTests": 0,
"perfStats": {
"start": 531031.7674199999,
"end": 533430.159988,
"runtime": 2398,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 16,
"unchecked": 0,
"unmatched": 3,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments-closure-typecast/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binary-expr.js"
],
"duration": 0.4903820001054555,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expr.js"
],
"duration": 59.66474399995059,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"closure-compiler-type-cast.js"
],
"duration": 0.5280619999393821,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"closure-compiler-type-cast.js"
],
"duration": 68.16939799999818,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment-in-the-middle.js"
],
"duration": 0.3965459999162704,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment-in-the-middle.js"
],
"duration": 62.09509399998933,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment-placement.js"
],
"duration": 0.39871999993920326,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment-placement.js"
],
"duration": 61.600989000173286,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"extra-spaces-and-asterisks.js"
],
"duration": 0.5093970000743866,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"extra-spaces-and-asterisks.js"
],
"duration": 63.72565399995074,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"iife-issue-5850-isolated.js"
],
"duration": 0.3927079997956753,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"iife-issue-5850-isolated.js"
],
"duration": 68.93917399994098,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 0.4806629999075085,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 70.79809699999169,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4124.js"
],
"duration": 0.4223939999938011,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4124.js"
],
"duration": 68.20217699999921,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-8045.js"
],
"duration": 0.3771589999087155,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-8045.js"
],
"duration": 60.81491499999538,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-9358.js"
],
"duration": 0.3972869999706745,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-9358.js"
],
"duration": 60.643213000148535,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 0.4047909998334944,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 59.91510299989022,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 0.4292969999369234,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 61.90308200009167,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-casts.js"
],
"duration": 0.4028880000114441,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-casts.js"
],
"duration": 61.50575300003402,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-with-comment.js"
],
"duration": 0.3699359998572618,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object-with-comment.js"
],
"duration": 60.792488999897614,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"satisfies.js"
],
"duration": 0.9997290000319481,
"failureMessages": [
"satisfies.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `satisfies.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,10 +6,10 @@\n module.exports = /** @satisfies {Record<string, string>} */ ({\n hello: 1337,\n });\n \n =====================================output=====================================\n - module.exports = /** @satisfies {Record<string, string>} */ ({\n + module.exports = /** @satisfies {Record<string, string>} */ {\n hello: 1337,\n - });\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"satisfies.js"
],
"duration": 60.86454500001855,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"styled-components.js"
],
"duration": 0.6159769999794662,
"failureMessages": [
"styled-components.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-components.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -16,14 +16,14 @@\n \n =====================================output=====================================\n const OverlapWrapper =\n /** @type {import('styled-components').ThemedStyledFunction<'div',null,{overlap: boolean}>} */\n (styled.div)`\n - position: relative;\n + position:relative;\n > {\n - position: absolute;\n - bottom: ${(p) => p.overlap === \"previous\" && 0};\n - top: ${(p) => p.overlap === \"next\" && 0};\n - }\n - `;\n + position: absolute;\n + bottom: ${(p) => p.overlap === \"previous\" && 0};\n + top: ${(p) => p.overlap === \"next\" && 0};\n + }\n + `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"styled-components.js"
],
"duration": 62.64703599992208,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 0.4575399998575449,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 60.52546700020321,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.7192010001745075,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -37,16 +37,18 @@\n width,\n height,\n ...margins,\n });\n \n - foo = /** @type A */ (#{\n + foo = /** @type A */ (#\n + {\n // comment\n width,\n height,\n ...margins,\n - });\n + }\n + )\n \n foo = /** @type A */ ([\n // comment\n width,\n height,\n @@ -55,9 +57,9 @@\n \n foo = /** @type A */ (#[\n // comment\n width,\n height,\n - ...margins,\n - ]);\n + ...margins,\n + ])\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 65.22876799991354,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ways-to-specify-type.js"
],
"duration": 0.4002129998989403,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"ways-to-specify-type.js"
],
"duration": 60.543707999866456,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 10,
"numPendingTests": 0,
"perfStats": {
"start": 533578.2677160001,
"end": 534186.335275,
"runtime": 608,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-static-block/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 0.7270770000759512,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 61.371747999917716,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 61.10504699987359,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 62.07296700007282,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 61.39627499994822,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-line-breaks.js"
],
"duration": 0.4707549999002367,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-line-breaks.js"
],
"duration": 60.54438200010918,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-line-breaks.js"
],
"duration": 59.81497499998659,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-line-breaks.js"
],
"duration": 59.79507799982093,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with-line-breaks.js"
],
"duration": 60.31267700018361,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
}
],
"wasInterrupted": false
}
{
"bail": 0,
"changedFilesWithAncestor": false,
"ci": true,
"collectCoverage": false,
"collectCoverageFrom": [
"src/**/*.js",
"bin/**/*.js"
],
"coverageDirectory": "/home/runner/work/biome/biome/prettier-repo/coverage",
"coverageProvider": "babel",
"coverageReporters": [
"text",
"lcov"
],
"detectLeaks": false,
"detectOpenHandles": false,
"errorOnDeprecated": false,
"expand": false,
"findRelatedTests": false,
"forceExit": false,
"json": false,
"lastCommit": false,
"listTests": false,
"logHeapUsage": false,
"maxConcurrency": 5,
"maxWorkers": 1,
"noStackTrace": false,
"nonFlagArgs": [],
"notify": false,
"notifyMode": "failure-change",
"onlyChanged": false,
"onlyFailures": false,
"openHandlesTimeout": 1000,
"passWithNoTests": false,
"projects": [],
"reporters": [
[
"default",
{}
],
[
"/home/runner/work/biome/biome/prettier-repo/node_modules/jest-stare/lib/index.js",
{}
],
[
"/home/runner/work/biome/biome/prettier-repo/reporter.js",
{}
]
],
"rootDir": "/home/runner/work/biome/biome/prettier-repo",
"runTestsByPath": false,
"seed": -1590098458,
"skipFilter": false,
"snapshotFormat": {
"escapeString": false,
"printBasicPrototype": false
},
"testFailureExitCode": 1,
"testPathPattern": "",
"testSequencer": "/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/test-sequencer/build/index.js",
"updateSnapshot": "none",
"useStderr": false,
"watch": false,
"watchAll": false,
"watchPlugins": [
{
"config": {},
"path": "/home/runner/work/biome/biome/prettier-repo/node_modules/jest-watch-typeahead/build/file_name_plugin/plugin.js"
},
{
"config": {},
"path": "/home/runner/work/biome/biome/prettier-repo/node_modules/jest-watch-typeahead/build/test_name_plugin/plugin.js"
}
],
"watchman": true,
"workerThreads": false
}